#56951E

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

Shades of Limeade #56951E

Tints of Limeade #56951E

Color information

#56951E (or 0x56951E) is unknown color: approx Limeade. HEX triplet: 56, 95 and 1E. RGB value is (86,149,30). Sum of RGB (Red+Green+Blue) = 86+149+30=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #56951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56951E is #A96AE1. Grayscale: #757575. Windows color (decimal): -11102946 or 2004310. OLE color: 2004310.

HSL color Cylindrical-coordinate representation of color #56951E: hue angle of 91.76º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56951E is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB8614930-
CMYK0.4200.800.42
HSL91.76º66.48%35.1%-
HSV(B)91.76º79.87%58.43%-
XYZ14.8223.575-
YUV116.679.13106.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 30 (12.11% from 255) = 11.32%
R=32.45%
G=56.23%
B=11.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86149300.4200.800.4291.7666.4835.1
Hex56951E2A0502A5c4223
Octal126225365201205213410243
Binary101011010010101111101010100101000010101010111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56951E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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