#52D860

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

Shades of Emerald #52D860

Tints of Emerald #52D860

Color information

#52D860 (or 0x52D860) is unknown color: approx Emerald. HEX triplet: 52, D8 and 60. RGB value is (82,216,96). Sum of RGB (Red+Green+Blue) = 82+216+96=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #52D860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D860 is #AD279F. Grayscale: #A2A2A2. Windows color (decimal): -11347872 or 6346834. OLE color: 6346834.

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

Color convert

RGB8221696-
CMYK0.6200.560.15
HSL126.27º63.21%58.43%-
HSV(B)126.27º62.04%84.71%-
XYZ30.1551.7519.47-
YUV162.2590.6170.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 216 (84.77% from 255) = 54.82%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=20.81%
G=54.82%
B=24.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal82216960.6200.560.15126.2763.2158.43
Hex52D8603E038F7e3f3a
Octal12233014076070171767772
Binary1010010110110001100000111110011100011111111110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,216,96); }

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

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

 a { background-color: rgb(82,216,96); }

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

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

 span { border-color: rgb(82,216,96); }

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