Html Css Color HEX #559100 Limeade

📋 copy color: '#559100'

red 85 ◦ green 145 ◦ blue 0

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

Shades of Limeade #559100

Tints of Limeade #559100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.96%
G = 63.04%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#559100 (or 0x559100) is known color: Limeade. HEX triplet: 55, 91 and 00. RGB value is (85,145,0). Sum of RGB (Red+Green+Blue) = 85+145+0=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #559100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559100 is #AA6EFF. Grayscale: #6F6F6F. Windows color (decimal): -11169536 or 37205. OLE color: 37205.

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

Color convert

RGB 85 145 0 -
CMYK 0.41 0 1 0.43
HSL 84.83º 1% 0.28% -
HSV(B) 84.83º 1% 0.57% -
XYZ 13.87 22.18 3.55 -
YUV 110.53 65.62 109.79 -
System Red Green Blue C M Y K H S L
Decimal 85 145 0 0.41 0 1 0.43 84.83 1 0.28
Hex 55 91 0 29 0 64 2B 55 64 1C
Octal 125 221 0 51 0 144 53 125 144 34
Binary 1010101 10010001 0 101001 0 1100100 101011 1010101 1100100 11100

Color Harmonies of #559100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559100

Black with #559100

Text Example


Text Example

White with #559100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559100; }

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

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

background-color css

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

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

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

border-color css

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

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

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