#56A81F

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

Shades of Limeade #56A81F

Tints of Limeade #56A81F

Color information

#56A81F (or 0x56A81F) is unknown color: approx Limeade. HEX triplet: 56, A8 and 1F. RGB value is (86,168,31). Sum of RGB (Red+Green+Blue) = 86+168+31=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #56A81F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A81F is #A957E0. Grayscale: #808080. Windows color (decimal): -11098081 or 2074710. OLE color: 2074710.

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

Color convert

RGB8616831-
CMYK0.4900.820.34
HSL95.91º68.84%39.02%-
HSV(B)95.91º81.55%65.88%-
XYZ18.0930.086.15-
YUV127.8673.3398.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 168 (66.02% from 255) = 58.95%
BLUE value IS 31 (12.5% from 255) = 10.88%
R=30.18%
G=58.95%
B=10.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86168310.4900.820.3495.9168.8439.02
Hex56A81F3105222604527
Octal126250376101224214010547
Binary101011010101000111111100010101001010001011000001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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