Html Css Color HEX #559106 Limeade

📋 copy color: '#559106'

red 85 ◦ green 145 ◦ blue 6

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

Shades of Limeade #559106

Tints of Limeade #559106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 36.02%
G = 61.44%
B = 2.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#559106 (or 0x559106) is known color: Limeade. HEX triplet: 55, 91 and 06. RGB value is (85,145,6). Sum of RGB (Red+Green+Blue) = 85+145+6=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #559106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559106 is #AA6EF9. Grayscale: #6F6F6F. Windows color (decimal): -11169530 or 430421. OLE color: 430421.

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

Color convert

RGB 85 145 6 -
CMYK 0.41 0 0.96 0.43
HSL 85.9º 0.92% 0.3% -
HSV(B) 85.9º 0.96% 0.57% -
XYZ 13.9 22.2 3.72 -
YUV 111.21 68.62 109.3 -
System Red Green Blue C M Y K H S L
Decimal 85 145 6 0.41 0 0.96 0.43 85.9 0.92 0.3
Hex 55 91 6 29 0 60 2B 56 5C 1E
Octal 125 221 6 51 0 140 53 126 134 36
Binary 1010101 10010001 110 101001 0 1100000 101011 1010110 1011100 11110

Color Harmonies of #559106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559106

Black with #559106

Text Example


Text Example

White with #559106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559106; }

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

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

background-color css

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

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

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

border-color css

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

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

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