#56950C

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

Shades of Limeade #56950C

Tints of Limeade #56950C

Color information

#56950C (or 0x56950C) is unknown color: approx Limeade. HEX triplet: 56, 95 and 0C. RGB value is (86,149,12). Sum of RGB (Red+Green+Blue) = 86+149+12=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #56950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56950C is #A96AF3. Grayscale: #737373. Windows color (decimal): -11102964 or 824662. OLE color: 824662.

HSL color Cylindrical-coordinate representation of color #56950C: hue angle of 87.59º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56950C is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB8614912-
CMYK0.4200.920.42
HSL87.59º85.09%31.57%-
HSV(B)87.59º91.95%58.43%-
XYZ14.6523.54.11-
YUV114.5470.13107.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 149 (58.59% from 255) = 60.32%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=34.82%
G=60.32%
B=4.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86149120.4200.920.4287.5985.0931.57
Hex5695C2A05C2A585520
Octal126225145201345213012540
Binary10101101001010111001010100101110010101010110001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56950C; }

 p { color: rgb(86,149,12); }

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

<style>
 a { background-color: #56950C; }

 a { background-color: rgb(86,149,12); }

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

<style>
 span { border-color: #56950C; }

 span { border-color: rgb(86,149,12); }

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