Html Css Color HEX #559110 Limeade

📋 copy color: '#559110'

red 85 ◦ green 145 ◦ blue 16

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

Shades of Limeade #559110

Tints of Limeade #559110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 34.55%
G = 58.94%
B = 6.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#559110 (or 0x559110) is known color: Limeade. HEX triplet: 55, 91 and 10. RGB value is (85,145,16). Sum of RGB (Red+Green+Blue) = 85+145+16=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #559110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559110 is #AA6EEF. Grayscale: #707070. Windows color (decimal): -11169520 or 1085781. OLE color: 1085781.

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

Color convert

RGB 85 145 16 -
CMYK 0.41 0 0.89 0.43
HSL 87.91º 0.8% 0.32% -
HSV(B) 87.91º 0.89% 0.57% -
XYZ 13.97 22.22 4.04 -
YUV 112.35 73.62 108.49 -
System Red Green Blue C M Y K H S L
Decimal 85 145 16 0.41 0 0.89 0.43 87.91 0.8 0.32
Hex 55 91 10 29 0 59 2B 58 50 20
Octal 125 221 20 51 0 131 53 130 120 40
Binary 1010101 10010001 10000 101001 0 1011001 101011 1011000 1010000 100000

Color Harmonies of #559110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559110

Black with #559110

Text Example


Text Example

White with #559110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559110; }

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

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

background-color css

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

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

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

border-color css

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

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

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