Html Css Color HEX #559411 Limeade

📋 copy color: '#559411'

red 85 ◦ green 148 ◦ blue 17

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

Shades of Limeade #559411

Tints of Limeade #559411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.2%

 BLUE value IS 17 (7.03% from 255) = 6.8%

R = 34%
G = 59.2%
B = 6.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#559411 (or 0x559411) is known color: Limeade. HEX triplet: 55, 94 and 11. RGB value is (85,148,17). Sum of RGB (Red+Green+Blue) = 85+148+17=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #559411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559411 is #AA6BEE. Grayscale: #727272. Windows color (decimal): -11168751 or 1152085. OLE color: 1152085.

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

Color convert

RGB 85 148 17 -
CMYK 0.43 0 0.89 0.42
HSL 88.85º 0.79% 0.32% -
HSV(B) 88.85º 0.89% 0.58% -
XYZ 14.44 23.15 4.24 -
YUV 114.23 73.13 107.15 -
System Red Green Blue C M Y K H S L
Decimal 85 148 17 0.43 0 0.89 0.42 88.85 0.79 0.32
Hex 55 94 11 2B 0 59 2A 59 4F 20
Octal 125 224 21 53 0 131 52 131 117 40
Binary 1010101 10010100 10001 101011 0 1011001 101010 1011001 1001111 100000

Color Harmonies of #559411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559411

Black with #559411

Text Example


Text Example

White with #559411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559411; }

 p { color: rgb(85,148,17); }

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

background-color css

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

 a { background-color: rgb(85,148,17); }

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

border-color css

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

 span { border-color: rgb(85,148,17); }

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