#559100

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

Shades of Limeade #559100

Tints of Limeade #559100

Color information

#559100 (or 0x559100) is unknown color: approx Limeade. HEX triplet: 55, 91 and 00. RGB value is (85,145,0). Sum of RGB (Red+Green+Blue) = 85+145+0=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #559100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559100 is #AA6EFF. Grayscale: #6F6F6F. Windows color (decimal): -11169536 or 37205. OLE color: 37205.

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

Color convert

RGB851450-
CMYK0.41010.43
HSL84.83º100%28.43%-
HSV(B)84.83º100%56.86%-
XYZ13.8722.183.55-
YUV110.5365.62109.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 145 (57.03% from 255) = 63.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.96%
G=63.04%
B=0%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8514500.41010.4384.8310028.43
Hex55910290642B55641c
Octal12522105101445312514434
Binary1010101100100010101001011001001010111010101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559100; }

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

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

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

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

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

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

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

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