#52DD66

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

Shades of Emerald #52DD66

Tints of Emerald #52DD66

Color information

#52DD66 (or 0x52DD66) is unknown color: approx Emerald. HEX triplet: 52, DD and 66. RGB value is (82,221,102). Sum of RGB (Red+Green+Blue) = 82+221+102=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD66 is #AD2299. Grayscale: #A6A6A6. Windows color (decimal): -11346586 or 6741330. OLE color: 6741330.

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

Color convert

RGB82221102-
CMYK0.6300.540.13
HSL128.63º67.15%59.41%-
HSV(B)128.63º62.9%86.67%-
XYZ31.7354.4721.41-
YUV165.8791.9568.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 221 (86.72% from 255) = 54.57%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=20.25%
G=54.57%
B=25.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822211020.6300.540.13128.6367.1559.41
Hex52DD663F036D81433b
Octal122335146770661520110373
Binary101001011011101110011011111101101101101100000011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,221,102); }

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

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

 a { background-color: rgb(82,221,102); }

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

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

 span { border-color: rgb(82,221,102); }

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