#56AF05

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

Shades of Kelly Green #56AF05

Tints of Kelly Green #56AF05

Color information

#56AF05 (or 0x56AF05) is unknown color: approx Kelly Green. HEX triplet: 56, AF and 05. RGB value is (86,175,5). Sum of RGB (Red+Green+Blue) = 86+175+5=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 175 (68.75% from 255 or 65.79% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56AF05 is #A950FA. Grayscale: #818181. Windows color (decimal): -11096315 or 372566. OLE color: 372566.

HSL color Cylindrical-coordinate representation of color #56AF05: hue angle of 91.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56AF05 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB861755-
CMYK0.5100.970.31
HSL91.41º94.44%35.29%-
HSV(B)91.41º97.14%68.63%-
XYZ19.232.655.43-
YUV129.0158.0197.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 175 (68.75% from 255) = 65.79%
BLUE value IS 5 (2.34% from 255) = 1.88%
R=32.33%
G=65.79%
B=1.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8617550.5100.970.3191.4194.4435.29
Hex56AF5330611F5b5e23
Octal12625756301413713313643
Binary101011010101111101110011011000011111110110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56AF05; }

 p { color: rgb(86,175,5); }

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

<style>
 a { background-color: #56AF05; }

 a { background-color: rgb(86,175,5); }

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

<style>
 span { border-color: #56AF05; }

 span { border-color: rgb(86,175,5); }

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