Html Css Color HEX #559514 Limeade

📋 copy color: '#559514'

red 85 ◦ green 149 ◦ blue 20

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

Shades of Limeade #559514

Tints of Limeade #559514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.66%

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

R = 33.46%
G = 58.66%
B = 7.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#559514 (or 0x559514) is known color: Limeade. HEX triplet: 55, 95 and 14. RGB value is (85,149,20). Sum of RGB (Red+Green+Blue) = 85+149+20=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #559514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559514 is #AA6AEB. Grayscale: #737373. Windows color (decimal): -11168492 or 1348949. OLE color: 1348949.

HSL color Cylindrical-coordinate representation of color #559514: hue angle of 89.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #559514 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 20 -
CMYK 0.43 0 0.87 0.42
HSL 89.77º 0.76% 0.33% -
HSV(B) 89.77º 0.87% 0.58% -
XYZ 14.62 23.48 4.42 -
YUV 115.16 74.3 106.49 -
System Red Green Blue C M Y K H S L
Decimal 85 149 20 0.43 0 0.87 0.42 89.77 0.76 0.33
Hex 55 95 14 2B 0 57 2A 5A 4C 21
Octal 125 225 24 53 0 127 52 132 114 41
Binary 1010101 10010101 10100 101011 0 1010111 101010 1011010 1001100 100001

Color Harmonies of #559514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559514

Black with #559514

Text Example


Text Example

White with #559514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559514; }

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

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

background-color css

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

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

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

border-color css

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

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

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