#56A005

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

Shades of Limeade #56A005

Tints of Limeade #56A005

Color information

#56A005 (or 0x56A005) is unknown color: approx Limeade. HEX triplet: 56, A0 and 05. RGB value is (86,160,5). Sum of RGB (Red+Green+Blue) = 86+160+5=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 160 (62.89% from 255 or 63.75% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 160 - color contains mainly: green. Hex color #56A005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A005 is #A95FFA. Grayscale: #787878. Windows color (decimal): -11100155 or 368726. OLE color: 368726.

HSL color Cylindrical-coordinate representation of color #56A005: hue angle of 88.65º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56A005 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB861605-
CMYK0.4600.970.37
HSL88.65º93.94%32.35%-
HSV(B)88.65º96.88%62.75%-
XYZ16.4427.134.51-
YUV120.262.98103.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 160 (62.89% from 255) = 63.75%
BLUE value IS 5 (2.34% from 255) = 1.99%
R=34.26%
G=63.75%
B=1.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8616050.4600.970.3788.6593.9432.35
Hex56A052E06125595e20
Octal12624055601414513113640
Binary1010110101000001011011100110000110010110110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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