#52CD87

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

Shades of Emerald #52CD87

Tints of Emerald #52CD87

Color information

#52CD87 (or 0x52CD87) is unknown color: approx Emerald. HEX triplet: 52, CD and 87. RGB value is (82,205,135). Sum of RGB (Red+Green+Blue) = 82+205+135=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CD87 is #AD3278. Grayscale: #A0A0A0. Windows color (decimal): -11350649 or 8899922. OLE color: 8899922.

HSL color Cylindrical-coordinate representation of color #52CD87: hue angle of 145.85º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CD87 is Cyan = 0.6, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB82205135-
CMYK0.600.340.20
HSL145.85º55.16%56.27%-
HSV(B)145.85º60%80.39%-
XYZ29.6847.2130.47-
YUV160.24113.7572.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.43%
GREEN value IS 205 (80.47% from 255) = 48.58%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=19.43%
G=48.58%
B=31.99%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822051350.600.340.20145.8555.1656.27
Hex52CD873C02214923738
Octal12231520774042242226770
Binary1010010110011011000011111110001000101010010010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,205,135); }

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

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

 a { background-color: rgb(82,205,135); }

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

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

 span { border-color: rgb(82,205,135); }

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