#52C032

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

Shades of Kelly Green #52C032

Tints of Kelly Green #52C032

Color information

#52C032 (or 0x52C032) is unknown color: approx Kelly Green. HEX triplet: 52, C0 and 32. RGB value is (82,192,50). Sum of RGB (Red+Green+Blue) = 82+192+50=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #52C032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C032 is #AD3FCD. Grayscale: #8F8F8F. Windows color (decimal): -11354062 or 3326034. OLE color: 3326034.

HSL color Cylindrical-coordinate representation of color #52C032: hue angle of 106.48º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52C032 is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB8219250-
CMYK0.5700.740.25
HSL106.48º58.68%47.45%-
HSV(B)106.48º73.96%75.29%-
XYZ22.9139.729.48-
YUV142.9275.5684.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 192 (75.39% from 255) = 59.26%
BLUE value IS 50 (19.92% from 255) = 15.43%
R=25.31%
G=59.26%
B=15.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82192500.5700.740.25106.4858.6847.45
Hex52C0323904A196a3b2f
Octal12230062710112311527357
Binary10100101100000011001011100101001010110011101010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,192,50); }

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

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

 a { background-color: rgb(82,192,50); }

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

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

 span { border-color: rgb(82,192,50); }

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