Html Css Color HEX #559114 Limeade

📋 copy color: '#559114'

red 85 ◦ green 145 ◦ blue 20

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

Shades of Limeade #559114

Tints of Limeade #559114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8%

R = 34%
G = 58%
B = 8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#559114 (or 0x559114) is known color: Limeade. HEX triplet: 55, 91 and 14. RGB value is (85,145,20). Sum of RGB (Red+Green+Blue) = 85+145+20=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #559114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559114 is #AA6EEB. Grayscale: #717171. Windows color (decimal): -11169516 or 1347925. OLE color: 1347925.

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

Color convert

RGB 85 145 20 -
CMYK 0.41 0 0.86 0.43
HSL 88.8º 0.76% 0.32% -
HSV(B) 88.8º 0.86% 0.57% -
XYZ 14 22.23 4.22 -
YUV 112.81 75.62 108.16 -
System Red Green Blue C M Y K H S L
Decimal 85 145 20 0.41 0 0.86 0.43 88.8 0.76 0.32
Hex 55 91 14 29 0 56 2B 59 4C 20
Octal 125 221 24 51 0 126 53 131 114 40
Binary 1010101 10010001 10100 101001 0 1010110 101011 1011001 1001100 100000

Color Harmonies of #559114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559114

Black with #559114

Text Example


Text Example

White with #559114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559114; }

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

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

background-color css

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

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

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

border-color css

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

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

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