#52D06A

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

Shades of Emerald #52D06A

Tints of Emerald #52D06A

Color information

#52D06A (or 0x52D06A) is unknown color: approx Emerald. HEX triplet: 52, D0 and 6A. RGB value is (82,208,106). Sum of RGB (Red+Green+Blue) = 82+208+106=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #52D06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D06A is #AD2F95. Grayscale: #9E9E9E. Windows color (decimal): -11349910 or 7000146. OLE color: 7000146.

HSL color Cylindrical-coordinate representation of color #52D06A: hue angle of 131.43º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D06A is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB82208106-
CMYK0.6100.490.18
HSL131.43º57.27%56.86%-
HSV(B)131.43º60.58%81.57%-
XYZ28.6447.9521.38-
YUV158.798.2673.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 208 (81.64% from 255) = 52.53%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=20.71%
G=52.53%
B=26.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal822081060.6100.490.18131.4357.2756.86
Hex52D06A3D03112833939
Octal12232015275061222037171
Binary101001011010000110101011110101100011001010000011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,208,106); }

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

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

 a { background-color: rgb(82,208,106); }

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

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

 span { border-color: rgb(82,208,106); }

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