#559B11

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

Shades of Limeade #559B11

Tints of Limeade #559B11

Color information

#559B11 (or 0x559B11) is unknown color: approx Limeade. HEX triplet: 55, 9B and 11. RGB value is (85,155,17). Sum of RGB (Red+Green+Blue) = 85+155+17=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 155 (60.94% from 255 or 60.31% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 155 - color contains mainly: green. Hex color #559B11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559B11 is #AA64EE. Grayscale: #767676. Windows color (decimal): -11166959 or 1153877. OLE color: 1153877.

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

Color convert

RGB8515517-
CMYK0.4500.890.39
HSL90.43º80.23%33.73%-
HSV(B)90.43º89.03%60.78%-
XYZ15.5725.414.62-
YUV118.3470.81104.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 155 (60.94% from 255) = 60.31%
BLUE value IS 17 (7.03% from 255) = 6.61%
R=33.07%
G=60.31%
B=6.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85155170.4500.890.3990.4380.2333.73
Hex559B112D059275a5022
Octal125233215501314713212042
Binary101010110011011100011011010101100110011110110101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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