#52AF11

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

Shades of Kelly Green #52AF11

Tints of Kelly Green #52AF11

Color information

#52AF11 (or 0x52AF11) is unknown color: approx Kelly Green. HEX triplet: 52, AF and 11. RGB value is (82,175,17). Sum of RGB (Red+Green+Blue) = 82+175+17=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 175 (68.75% from 255 or 63.87% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AF11 is #AD50EE. Grayscale: #818181. Windows color (decimal): -11358447 or 1158994. OLE color: 1158994.

HSL color Cylindrical-coordinate representation of color #52AF11: hue angle of 95.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52AF11 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB8217517-
CMYK0.5300.900.31
HSL95.32º82.29%37.65%-
HSV(B)95.32º90.29%68.63%-
XYZ18.9132.495.81-
YUV129.1864.6994.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 175 (68.75% from 255) = 63.87%
BLUE value IS 17 (7.03% from 255) = 6.20%
R=29.93%
G=63.87%
B=6.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82175170.5300.900.3195.3282.2937.65
Hex52AF113505A1F5f5226
Octal122257216501323713712246
Binary10100101010111110001110101010110101111110111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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