Html Css Color HEX #559111 Limeade

📋 copy color: '#559111'

red 85 ◦ green 145 ◦ blue 17

#559111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #559111

Tints of Limeade #559111

RGB

 RED value IS 85 (33.59% from 255) = 34.41%

 GREEN value IS 145 (57.03% from 255) = 58.7%

 BLUE value IS 17 (7.03% from 255) = 6.88%

R = 34.41%
G = 58.7%
B = 6.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#559111 (or 0x559111) is known color: Limeade. HEX triplet: 55, 91 and 11. RGB value is (85,145,17). Sum of RGB (Red+Green+Blue) = 85+145+17=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #559111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559111 is #AA6EEE. Grayscale: #707070. Windows color (decimal): -11169519 or 1151317. OLE color: 1151317.

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

Color convert

RGB 85 145 17 -
CMYK 0.41 0 0.88 0.43
HSL 88.13º 0.79% 0.32% -
HSV(B) 88.13º 0.88% 0.57% -
XYZ 13.97 22.22 4.08 -
YUV 112.47 74.12 108.41 -
System Red Green Blue C M Y K H S L
Decimal 85 145 17 0.41 0 0.88 0.43 88.13 0.79 0.32
Hex 55 91 11 29 0 58 2B 58 4F 20
Octal 125 221 21 51 0 130 53 130 117 40
Binary 1010101 10010001 10001 101001 0 1011000 101011 1011000 1001111 100000

Color Harmonies of #559111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559111

Black with #559111

Text Example


Text Example

White with #559111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559111; }

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

 H1.HeaderClassName
 {
   color: #559111;
 }
 .AnyTagClassName
 {
   color: #559111;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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