#559101

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

Shades of Limeade #559101

Tints of Limeade #559101

Color information

#559101 (or 0x559101) is unknown color: approx Limeade. HEX triplet: 55, 91 and 01. RGB value is (85,145,1). Sum of RGB (Red+Green+Blue) = 85+145+1=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #559101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559101 is #AA6EFE. Grayscale: #6F6F6F. Windows color (decimal): -11169535 or 102741. OLE color: 102741.

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

Color convert

RGB851451-
CMYK0.4100.990.43
HSL85º98.63%28.63%-
HSV(B)85º99.31%56.86%-
XYZ13.8822.183.58-
YUV110.6466.12109.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 145 (57.03% from 255) = 62.77%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=36.80%
G=62.77%
B=0.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8514510.4100.990.438598.6328.63
Hex55911290632B55631d
Octal12522115101435312514335
Binary1010101100100011101001011000111010111010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559101; }

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

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

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

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

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

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

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

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