#56960E

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

Shades of Limeade #56960E

Tints of Limeade #56960E

Color information

#56960E (or 0x56960E) is unknown color: approx Limeade. HEX triplet: 56, 96 and 0E. RGB value is (86,150,14). Sum of RGB (Red+Green+Blue) = 86+150+14=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #56960E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56960E is #A969F1. Grayscale: #737373. Windows color (decimal): -11102706 or 955990. OLE color: 955990.

HSL color Cylindrical-coordinate representation of color #56960E: hue angle of 88.24º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56960E is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB8615014-
CMYK0.4300.910.41
HSL88.24º82.93%32.16%-
HSV(B)88.24º90.67%58.82%-
XYZ14.8223.824.23-
YUV115.3670.8107.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 150 (58.98% from 255) = 60%
BLUE value IS 14 (5.86% from 255) = 5.6%
R=34.4%
G=60%
B=5.6%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86150140.4300.910.4188.2482.9332.16
Hex5696E2B05B29585320
Octal126226165301335113012340
Binary10101101001011011101010110101101110100110110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56960E; }

 p { color: rgb(86,150,14); }

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

<style>
 a { background-color: #56960E; }

 a { background-color: rgb(86,150,14); }

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

<style>
 span { border-color: #56960E; }

 span { border-color: rgb(86,150,14); }

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