Html Css Color HEX #559710 Limeade

📋 copy color: '#559710'

red 85 ◦ green 151 ◦ blue 16

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

Shades of Limeade #559710

Tints of Limeade #559710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 59.92%

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 33.73%
G = 59.92%
B = 6.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#559710 (or 0x559710) is known color: Limeade. HEX triplet: 55, 97 and 10. RGB value is (85,151,16). Sum of RGB (Red+Green+Blue) = 85+151+16=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 151 (59.38% from 255 or 59.92% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 151 - color contains mainly: green. Hex color #559710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559710 is #AA68EF. Grayscale: #747474. Windows color (decimal): -11167984 or 1087317. OLE color: 1087317.

HSL color Cylindrical-coordinate representation of color #559710: hue angle of 89.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #559710 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 151 16 -
CMYK 0.44 0 0.89 0.41
HSL 89.33º 0.81% 0.33% -
HSV(B) 89.33º 0.89% 0.59% -
XYZ 14.91 24.1 4.36 -
YUV 115.88 71.63 105.98 -
System Red Green Blue C M Y K H S L
Decimal 85 151 16 0.44 0 0.89 0.41 89.33 0.81 0.33
Hex 55 97 10 2C 0 59 29 59 51 21
Octal 125 227 20 54 0 131 51 131 121 41
Binary 1010101 10010111 10000 101100 0 1011001 101001 1011001 1010001 100001

Color Harmonies of #559710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559710

Black with #559710

Text Example


Text Example

White with #559710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559710; }

 p { color: rgb(85,151,16); }

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

background-color css

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

 a { background-color: rgb(85,151,16); }

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

border-color css

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

 span { border-color: rgb(85,151,16); }

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