#52DA6D

Color #52DA6D Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #52DA6D

Tints of Emerald #52DA6D

Color information

#52DA6D (or 0x52DA6D) is unknown color: approx Emerald. HEX triplet: 52, DA and 6D. RGB value is (82,218,109). Sum of RGB (Red+Green+Blue) = 82+218+109=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DA6D is #AD2592. Grayscale: #A5A5A5. Windows color (decimal): -11347347 or 7199314. OLE color: 7199314.

HSL color Cylindrical-coordinate representation of color #52DA6D: hue angle of 131.91º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DA6D is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB82218109-
CMYK0.6200.50.15
HSL131.91º64.76%58.82%-
HSV(B)131.91º62.39%85.49%-
XYZ31.3153.0423.06-
YUV164.9196.4468.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 20.05%
GREEN value IS 218 (85.55% from 255) = 53.30%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=20.05%
G=53.30%
B=26.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal822181090.6200.50.15131.9164.7658.82
Hex52DA6D3E032F84413b
Octal122332155760621720410173
Binary101001011011010110110111111001100101111100001001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52DA6D; }

 p { color: rgb(82,218,109); }

 H1.HeaderClassName
 {
   color: #52DA6D;
 }
 .AnyTagClassName
 {
   color: #52DA6D;
 }
</style>
background-color css

<style>
 a { background-color: #52DA6D; }

 a { background-color: rgb(82,218,109); }

 div.DivClassName
 {
   background-color: #52DA6D;
 }
 .BgClassName
 {
   background-color: #52DA6D;
 }
</style>
border-color css

<style>
 span { border-color: #52DA6D; }

 span { border-color: rgb(82,218,109); }

 td.TdClassName
 {
   border-color: #52DA6D;
 }
 .TagClassName
 {
   border-color: #52DA6D;
 }
</style>