#52c20c

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

Shades of Kelly Green #52C20C

Tints of Kelly Green #52C20C

Color information

#52C20C (or 0x52C20C) is unknown color: approx Kelly Green. HEX triplet: 52, C2 and 0C. RGB value is (82,194,12). Sum of RGB (Red+Green+Blue) = 82+194+12=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 194 (76.17% from 255 or 67.36% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 194 - color contains mainly: green. Hex color #52C20C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C20C is #AD3DF3. Grayscale: #8C8C8C. Windows color (decimal): -11353588 or 836178. OLE color: 836178.

HSL color Cylindrical-coordinate representation of color #52C20C: hue angle of 96.92º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52C20C is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB8219412-
CMYK0.5800.940.24
HSL96.92º88.35%40.39%-
HSV(B)96.92º93.81%76.08%-
XYZ22.8440.46.94-
YUV139.7655.8986.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 194 (76.17% from 255) = 67.36%
BLUE value IS 12 (5.08% from 255) = 4.17%
R=28.47%
G=67.36%
B=4.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82194120.5800.940.2496.9288.3540.39
Hex52C2C3A05E18615828
Octal122302147201363014113050
Binary1010010110000101100111010010111101100011000011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52c20c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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