#56A80B

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

Shades of Kelly Green #56A80B

Tints of Kelly Green #56A80B

Color information

#56A80B (or 0x56A80B) is unknown color: approx Kelly Green. HEX triplet: 56, A8 and 0B. RGB value is (86,168,11). Sum of RGB (Red+Green+Blue) = 86+168+11=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 168 (66.02% from 255 or 63.40% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 168 - color contains mainly: green. Hex color #56A80B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A80B is #A957F4. Grayscale: #7E7E7E. Windows color (decimal): -11098101 or 763990. OLE color: 763990.

HSL color Cylindrical-coordinate representation of color #56A80B: hue angle of 91.34º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56A80B is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB8616811-
CMYK0.4900.930.34
HSL91.34º87.71%35.1%-
HSV(B)91.34º93.45%65.88%-
XYZ17.930.015.17-
YUV125.5863.3399.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 168 (66.02% from 255) = 63.40%
BLUE value IS 11 (4.69% from 255) = 4.15%
R=32.45%
G=63.40%
B=4.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86168110.4900.930.3491.3487.7135.1
Hex56A8B3105D225b5823
Octal126250136101354213313043
Binary10101101010100010111100010101110110001010110111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,168,11); }

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

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

 a { background-color: rgb(86,168,11); }

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

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

 span { border-color: rgb(86,168,11); }

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