#52C320

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

Shades of Kelly Green #52C320

Tints of Kelly Green #52C320

Color information

#52C320 (or 0x52C320) is unknown color: approx Kelly Green. HEX triplet: 52, C3 and 20. RGB value is (82,195,32). Sum of RGB (Red+Green+Blue) = 82+195+32=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 195 (76.56% from 255 or 63.11% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 195 - color contains mainly: green. Hex color #52C320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C320 is #AD3CDF. Grayscale: #8F8F8F. Windows color (decimal): -11353312 or 2147154. OLE color: 2147154.

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

Color convert

RGB8219532-
CMYK0.5800.840.24
HSL101.6º71.81%44.51%-
HSV(B)101.6º83.59%76.47%-
XYZ23.2640.938.04-
YUV142.6365.5684.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 195 (76.56% from 255) = 63.11%
BLUE value IS 32 (12.89% from 255) = 10.36%
R=26.54%
G=63.11%
B=10.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82195320.5800.840.24101.671.8144.51
Hex52C3203A0541866482d
Octal122303407201243014611055
Binary101001011000011100000111010010101001100011001101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,195,32); }

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

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

 a { background-color: rgb(82,195,32); }

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

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

 span { border-color: rgb(82,195,32); }

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