#52DE0C

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

Shades of Kelly Green #52DE0C

Tints of Kelly Green #52DE0C

Color information

#52DE0C (or 0x52DE0C) is unknown color: approx Kelly Green. HEX triplet: 52, DE and 0C. RGB value is (82,222,12). Sum of RGB (Red+Green+Blue) = 82+222+12=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 222 (87.11% from 255 or 70.25% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DE0C is #AD21F3. Grayscale: #9C9C9C. Windows color (decimal): -11346420 or 843346. OLE color: 843346.

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

Color convert

RGB8222212-
CMYK0.6300.950.13
HSL100º89.74%45.88%-
HSV(B)100º94.59%87.06%-
XYZ29.6754.069.22-
YUV156.246.6275.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 222 (87.11% from 255) = 70.25%
BLUE value IS 12 (5.08% from 255) = 3.80%
R=25.95%
G=70.25%
B=3.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal82222120.6300.950.1310089.7445.88
Hex52DEC3F05FD645a2e
Octal122336147701371514413256
Binary101001011011110110011111101011111110111001001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,222,12); }

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

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

 a { background-color: rgb(82,222,12); }

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

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

 span { border-color: rgb(82,222,12); }

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