#559400

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

Shades of Limeade #559400

Tints of Limeade #559400

Color information

#559400 (or 0x559400) is unknown color: approx Limeade. HEX triplet: 55, 94 and 00. RGB value is (85,148,0). Sum of RGB (Red+Green+Blue) = 85+148+0=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #559400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559400 is #AA6BFF. Grayscale: #707070. Windows color (decimal): -11168768 or 37973. OLE color: 37973.

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

Color convert

RGB851480-
CMYK0.43010.42
HSL85.54º100%29.02%-
HSV(B)85.54º100%58.04%-
XYZ14.3423.113.71-
YUV112.2964.63108.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 148 (58.20% from 255) = 63.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.48%
G=63.52%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8514800.43010.4285.5410029.02
Hex559402B0642A56641d
Octal12522405301445212614435
Binary1010101100101000101011011001001010101010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559400; }

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

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

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

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

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

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

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

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