#56970C

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

Shades of Limeade #56970C

Tints of Limeade #56970C

Color information

#56970C (or 0x56970C) is unknown color: approx Limeade. HEX triplet: 56, 97 and 0C. RGB value is (86,151,12). Sum of RGB (Red+Green+Blue) = 86+151+12=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 151 (59.38% from 255 or 60.64% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 151 - color contains mainly: green. Hex color #56970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56970C is #A968F3. Grayscale: #747474. Windows color (decimal): -11102452 or 825174. OLE color: 825174.

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

Color convert

RGB8615112-
CMYK0.4300.920.41
HSL88.06º85.28%31.96%-
HSV(B)88.06º92.05%59.22%-
XYZ14.9724.144.22-
YUV115.7269.47106.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 151 (59.38% from 255) = 60.64%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=34.54%
G=60.64%
B=4.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86151120.4300.920.4188.0685.2831.96
Hex5697C2B05C29585520
Octal126227145301345113012540
Binary10101101001011111001010110101110010100110110001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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