#52D210

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

Shades of Kelly Green #52D210

Tints of Kelly Green #52D210

Color information

#52D210 (or 0x52D210) is unknown color: approx Kelly Green. HEX triplet: 52, D2 and 10. RGB value is (82,210,16). Sum of RGB (Red+Green+Blue) = 82+210+16=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 210 (82.42% from 255 or 68.18% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 210 - color contains mainly: green. Hex color #52D210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D210 is #AD2DEF. Grayscale: #969696. Windows color (decimal): -11349488 or 1102418. OLE color: 1102418.

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

Color convert

RGB8221016-
CMYK0.6100.920.18
HSL99.59º85.84%44.31%-
HSV(B)99.59º92.38%82.35%-
XYZ26.6247.928.34-
YUV149.6152.5979.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 210 (82.42% from 255) = 68.18%
BLUE value IS 16 (6.64% from 255) = 5.19%
R=26.62%
G=68.18%
B=5.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal82210160.6100.920.1899.5985.8444.31
Hex52D2103D05C1264562c
Octal122322207501342214412654
Binary10100101101001010000111101010111001001011001001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,210,16); }

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

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

 a { background-color: rgb(82,210,16); }

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

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

 span { border-color: rgb(82,210,16); }

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