#52AF22

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

Shades of Kelly Green #52AF22

Tints of Kelly Green #52AF22

Color information

#52AF22 (or 0x52AF22) is unknown color: approx Kelly Green. HEX triplet: 52, AF and 22. RGB value is (82,175,34). Sum of RGB (Red+Green+Blue) = 82+175+34=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AF22 is #AD50DD. Grayscale: #838383. Windows color (decimal): -11358430 or 2273106. OLE color: 2273106.

HSL color Cylindrical-coordinate representation of color #52AF22: hue angle of 99.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52AF22 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB8217534-
CMYK0.5300.810.31
HSL99.57º67.46%40.98%-
HSV(B)99.57º80.57%68.63%-
XYZ19.132.576.79-
YUV131.1273.1992.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 175 (68.75% from 255) = 60.14%
BLUE value IS 34 (13.67% from 255) = 11.68%
R=28.18%
G=60.14%
B=11.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82175340.5300.810.3199.5767.4640.98
Hex52AF22350511F644329
Octal122257426501213714410351
Binary101001010101111100010110101010100011111111001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,175,34); }

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

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

 a { background-color: rgb(82,175,34); }

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

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

 span { border-color: rgb(82,175,34); }

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