Html Css Color HEX #559F20 Limeade

📋 copy color: '#559F20'

red 85 ◦ green 159 ◦ blue 32

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

Shades of Limeade #559F20

Tints of Limeade #559F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 57.61%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 30.8%
G = 57.61%
B = 11.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#559F20 (or 0x559F20) is known color: Limeade. HEX triplet: 55, 9F and 20. RGB value is (85,159,32). Sum of RGB (Red+Green+Blue) = 85+159+32=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 159 (62.5% from 255 or 57.61% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 159 - color contains mainly: green. Hex color #559F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559F20 is #AA60DF. Grayscale: #7A7A7A. Windows color (decimal): -11165920 or 2137941. OLE color: 2137941.

HSL color Cylindrical-coordinate representation of color #559F20: hue angle of 94.96º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #559F20 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 159 32 -
CMYK 0.47 0 0.80 0.38
HSL 94.96º 0.66% 0.37% -
HSV(B) 94.96º 0.8% 0.62% -
XYZ 16.41 26.83 5.68 -
YUV 122.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 85 159 32 0.47 0 0.80 0.38 94.96 0.66 0.37
Hex 55 9F 20 2F 0 50 26 5F 42 25
Octal 125 237 40 57 0 120 46 137 102 45
Binary 1010101 10011111 100000 101111 0 1010000 100110 1011111 1000010 100101

Color Harmonies of #559F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F20

Black with #559F20

Text Example


Text Example

White with #559F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,159,32); }

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

background-color css

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

 a { background-color: rgb(85,159,32); }

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

border-color css

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

 span { border-color: rgb(85,159,32); }

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