#559B08

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

Shades of Limeade #559B08

Tints of Limeade #559B08

Color information

#559B08 (or 0x559B08) is unknown color: approx Limeade. HEX triplet: 55, 9B and 08. RGB value is (85,155,8). Sum of RGB (Red+Green+Blue) = 85+155+8=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 155 (60.94% from 255 or 62.5% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 155 - color contains mainly: green. Hex color #559B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559B08 is #AA64F7. Grayscale: #757575. Windows color (decimal): -11166968 or 564053. OLE color: 564053.

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

Color convert

RGB851558-
CMYK0.4500.950.39
HSL88.57º90.18%31.96%-
HSV(B)88.57º94.84%60.78%-
XYZ15.5125.394.31-
YUV117.3166.31104.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 155 (60.94% from 255) = 62.5%
BLUE value IS 8 (3.52% from 255) = 3.23%
R=34.27%
G=62.5%
B=3.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8515580.4500.950.3988.5790.1831.96
Hex559B82D05F27595a20
Octal125233105501374713113240
Binary10101011001101110001011010101111110011110110011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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