Html Css Color HEX #559412 Limeade

📋 copy color: '#559412'

red 85 ◦ green 148 ◦ blue 18

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

Shades of Limeade #559412

Tints of Limeade #559412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 33.86%
G = 58.96%
B = 7.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#559412 (or 0x559412) is known color: Limeade. HEX triplet: 55, 94 and 12. RGB value is (85,148,18). Sum of RGB (Red+Green+Blue) = 85+148+18=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #559412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559412 is #AA6BED. Grayscale: #727272. Windows color (decimal): -11168750 or 1217621. OLE color: 1217621.

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

Color convert

RGB 85 148 18 -
CMYK 0.43 0 0.88 0.42
HSL 89.08º 0.78% 0.33% -
HSV(B) 89.08º 0.88% 0.58% -
XYZ 14.45 23.15 4.28 -
YUV 114.34 73.63 107.07 -
System Red Green Blue C M Y K H S L
Decimal 85 148 18 0.43 0 0.88 0.42 89.08 0.78 0.33
Hex 55 94 12 2B 0 58 2A 59 4E 21
Octal 125 224 22 53 0 130 52 131 116 41
Binary 1010101 10010100 10010 101011 0 1011000 101010 1011001 1001110 100001

Color Harmonies of #559412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559412

Black with #559412

Text Example


Text Example

White with #559412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559412; }

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

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

background-color css

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

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

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

border-color css

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

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

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