#56970F

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

Shades of Limeade #56970F

Tints of Limeade #56970F

Color information

#56970F (or 0x56970F) is unknown color: approx Limeade. HEX triplet: 56, 97 and 0F. RGB value is (86,151,15). Sum of RGB (Red+Green+Blue) = 86+151+15=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 151 (59.38% from 255 or 59.92% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 151 - color contains mainly: green. Hex color #56970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56970F is #A968F0. Grayscale: #747474. Windows color (decimal): -11102449 or 1021782. OLE color: 1021782.

HSL color Cylindrical-coordinate representation of color #56970F: hue angle of 88.68º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56970F is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB8615115-
CMYK0.4300.900.41
HSL88.68º81.93%32.55%-
HSV(B)88.68º90.07%59.22%-
XYZ14.9924.154.32-
YUV116.0670.97106.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 151 (59.38% from 255) = 59.92%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=34.13%
G=59.92%
B=5.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86151150.4300.900.4188.6881.9332.55
Hex5697F2B05A29595221
Octal126227175301325113112241
Binary10101101001011111111010110101101010100110110011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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