#52C624

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

Shades of Kelly Green #52C624

Tints of Kelly Green #52C624

Color information

#52C624 (or 0x52C624) is unknown color: approx Kelly Green. HEX triplet: 52, C6 and 24. RGB value is (82,198,36). Sum of RGB (Red+Green+Blue) = 82+198+36=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 198 (77.73% from 255 or 62.66% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 198 - color contains mainly: green. Hex color #52C624 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C624 is #AD39DB. Grayscale: #919191. Windows color (decimal): -11352540 or 2410066. OLE color: 2410066.

HSL color Cylindrical-coordinate representation of color #52C624: hue angle of 102.96º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52C624 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB8219836-
CMYK0.5900.820.22
HSL102.96º69.23%45.88%-
HSV(B)102.96º81.82%77.65%-
XYZ23.9942.318.57-
YUV144.8566.5783.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 198 (77.73% from 255) = 62.66%
BLUE value IS 36 (14.45% from 255) = 11.39%
R=25.95%
G=62.66%
B=11.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82198360.5900.820.22102.9669.2345.88
Hex52C6243B0521667452e
Octal122306447301222614710556
Binary101001011000110100100111011010100101011011001111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,198,36); }

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

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

 a { background-color: rgb(82,198,36); }

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

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

 span { border-color: rgb(82,198,36); }

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