Html Css Color HEX #559E00 Limeade

📋 copy color: '#559E00'

red 85 ◦ green 158 ◦ blue 0

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

Shades of Limeade #559E00

Tints of Limeade #559E00

RGB

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

 GREEN value IS 158 (62.11% from 255) = 65.02%

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

R = 34.98%
G = 65.02%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#559E00 (or 0x559E00) is known color: Limeade. HEX triplet: 55, 9E and 00. RGB value is (85,158,0). Sum of RGB (Red+Green+Blue) = 85+158+0=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 158 (62.11% from 255 or 65.02% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 158 - color contains mainly: green. Hex color #559E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559E00 is #AA61FF. Grayscale: #767676. Windows color (decimal): -11166208 or 40533. OLE color: 40533.

HSL color Cylindrical-coordinate representation of color #559E00: hue angle of 87.72º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #559E00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 0 -
CMYK 0.46 0 1 0.38
HSL 87.72º 1% 0.31% -
HSV(B) 87.72º 1% 0.62% -
XYZ 15.97 26.39 4.25 -
YUV 118.16 61.32 104.35 -
System Red Green Blue C M Y K H S L
Decimal 85 158 0 0.46 0 1 0.38 87.72 1 0.31
Hex 55 9E 0 2E 0 64 26 58 64 1F
Octal 125 236 0 56 0 144 46 130 144 37
Binary 1010101 10011110 0 101110 0 1100100 100110 1011000 1100100 11111

Color Harmonies of #559E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E00

Black with #559E00

Text Example


Text Example

White with #559E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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