Html Css Color HEX #559000 Limeade

📋 copy color: '#559000'

red 85 ◦ green 144 ◦ blue 0

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

Shades of Limeade #559000

Tints of Limeade #559000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 62.88%

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

R = 37.12%
G = 62.88%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#559000 (or 0x559000) is known color: Limeade. HEX triplet: 55, 90 and 00. RGB value is (85,144,0). Sum of RGB (Red+Green+Blue) = 85+144+0=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 144 (56.64% from 255 or 62.88% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 144 - color contains mainly: green. Hex color #559000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559000 is #AA6FFF. Grayscale: #6E6E6E. Windows color (decimal): -11169792 or 36949. OLE color: 36949.

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

Color convert

RGB 85 144 0 -
CMYK 0.41 0 1 0.44
HSL 84.58º 1% 0.28% -
HSV(B) 84.58º 1% 0.56% -
XYZ 13.72 21.88 3.5 -
YUV 109.94 65.95 110.21 -
System Red Green Blue C M Y K H S L
Decimal 85 144 0 0.41 0 1 0.44 84.58 1 0.28
Hex 55 90 0 29 0 64 2C 55 64 1C
Octal 125 220 0 51 0 144 54 125 144 34
Binary 1010101 10010000 0 101001 0 1100100 101100 1010101 1100100 11100

Color Harmonies of #559000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559000

Black with #559000

Text Example


Text Example

White with #559000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559000; }

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

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

background-color css

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

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

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

border-color css

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

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

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