#559B01

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

Shades of Limeade #559B01

Tints of Limeade #559B01

Color information

#559B01 (or 0x559B01) is unknown color: approx Limeade. HEX triplet: 55, 9B and 01. RGB value is (85,155,1). Sum of RGB (Red+Green+Blue) = 85+155+1=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 155 (60.94% from 255 or 64.32% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 155 - color contains mainly: green. Hex color #559B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559B01 is #AA64FE. Grayscale: #757575. Windows color (decimal): -11166975 or 105301. OLE color: 105301.

HSL color Cylindrical-coordinate representation of color #559B01: hue angle of 87.27º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #559B01 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB851551-
CMYK0.4500.990.39
HSL87.27º98.72%30.59%-
HSV(B)87.27º99.35%60.78%-
XYZ15.4725.384.11-
YUV116.5162.81105.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 155 (60.94% from 255) = 64.32%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=35.27%
G=64.32%
B=0.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8515510.4500.990.3987.2798.7230.59
Hex559B12D0632757631f
Octal12523315501434712714337
Binary1010101100110111101101011000111001111010111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559B01; }

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

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

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

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

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

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

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

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