#56940C

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

Shades of Limeade #56940C

Tints of Limeade #56940C

Color information

#56940C (or 0x56940C) is unknown color: approx Limeade. HEX triplet: 56, 94 and 0C. RGB value is (86,148,12). Sum of RGB (Red+Green+Blue) = 86+148+12=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #56940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56940C is #A96BF3. Grayscale: #727272. Windows color (decimal): -11103220 or 824406. OLE color: 824406.

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

Color convert

RGB8614812-
CMYK0.4200.920.42
HSL87.35º85%31.37%-
HSV(B)87.35º91.89%58.04%-
XYZ14.4923.184.06-
YUV113.9670.46108.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 148 (58.20% from 255) = 60.16%
BLUE value IS 12 (5.08% from 255) = 4.88%
R=34.96%
G=60.16%
B=4.88%

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
Decimal86148120.4200.920.4287.358531.37
Hex5694C2A05C2A57551f
Octal126224145201345212712537
Binary1010110100101001100101010010111001010101010111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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