#52DF85

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

Shades of Emerald #52DF85

Tints of Emerald #52DF85

Color information

#52DF85 (or 0x52DF85) is unknown color: approx Emerald. HEX triplet: 52, DF and 85. RGB value is (82,223,133). Sum of RGB (Red+Green+Blue) = 82+223+133=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DF85 is #AD207A. Grayscale: #AAAAAA. Windows color (decimal): -11346043 or 8773458. OLE color: 8773458.

HSL color Cylindrical-coordinate representation of color #52DF85: hue angle of 141.7º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF85 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB82223133-
CMYK0.6300.400.13
HSL141.7º68.78%59.8%-
HSV(B)141.7º63.23%87.45%-
XYZ34.156.2631.25-
YUV170.58106.7964.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.72%
GREEN value IS 223 (87.5% from 255) = 50.91%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=18.72%
G=50.91%
B=30.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822231330.6300.400.13141.768.7859.8
Hex52DF853F028D8e453c
Octal122337205770501521610574
Binary1010010110111111000010111111101010001101100011101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,223,133); }

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

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

 a { background-color: rgb(82,223,133); }

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

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

 span { border-color: rgb(82,223,133); }

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