#559404

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

Shades of Limeade #559404

Tints of Limeade #559404

Color information

#559404 (or 0x559404) is unknown color: approx Limeade. HEX triplet: 55, 94 and 04. RGB value is (85,148,4). Sum of RGB (Red+Green+Blue) = 85+148+4=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #559404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559404 is #AA6BFB. Grayscale: #717171. Windows color (decimal): -11168764 or 300117. OLE color: 300117.

HSL color Cylindrical-coordinate representation of color #559404: hue angle of 86.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #559404 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB851484-
CMYK0.4300.970.42
HSL86.25º94.74%29.8%-
HSV(B)86.25º97.3%58.04%-
XYZ14.3623.123.82-
YUV112.7566.63108.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 148 (58.20% from 255) = 62.45%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=35.86%
G=62.45%
B=1.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8514840.4300.970.4286.2594.7429.8
Hex559442B0612A565f1e
Octal12522445301415212613736
Binary101010110010100100101011011000011010101010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559404; }

 p { color: rgb(85,148,4); }

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

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

 a { background-color: rgb(85,148,4); }

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

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

 span { border-color: rgb(85,148,4); }

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