Html Css Color HEX #549112 Limeade

📋 copy color: '#549112'

red 84 ◦ green 145 ◦ blue 18

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

Shades of Limeade #549112

Tints of Limeade #549112

RGB

 RED value IS 84 (33.2% from 255) = 34.01%

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

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

R = 34.01%
G = 58.7%
B = 7.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#549112 (or 0x549112) is known color: Limeade. HEX triplet: 54, 91 and 12. RGB value is (84,145,18). Sum of RGB (Red+Green+Blue) = 84+145+18=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #549112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549112 is #AB6EED. Grayscale: #707070. Windows color (decimal): -11235054 or 1216852. OLE color: 1216852.

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

Color convert

RGB 84 145 18 -
CMYK 0.42 0 0.88 0.43
HSL 88.82º 0.78% 0.32% -
HSV(B) 88.82º 0.88% 0.57% -
XYZ 13.89 22.18 4.12 -
YUV 112.28 74.79 107.83 -
System Red Green Blue C M Y K H S L
Decimal 84 145 18 0.42 0 0.88 0.43 88.82 0.78 0.32
Hex 54 91 12 2A 0 58 2B 59 4E 20
Octal 124 221 22 52 0 130 53 131 116 40
Binary 1010100 10010001 10010 101010 0 1011000 101011 1011001 1001110 100000

Color Harmonies of #549112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549112

Black with #549112

Text Example


Text Example

White with #549112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549112; }

 p { color: rgb(84,145,18); }

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

background-color css

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

 a { background-color: rgb(84,145,18); }

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

border-color css

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

 span { border-color: rgb(84,145,18); }

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