Html Css Color HEX #549110 Limeade

📋 copy color: '#549110'

red 84 ◦ green 145 ◦ blue 16

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

Shades of Limeade #549110

Tints of Limeade #549110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 34.29%
G = 59.18%
B = 6.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#549110 (or 0x549110) is known color: Limeade. HEX triplet: 54, 91 and 10. RGB value is (84,145,16). Sum of RGB (Red+Green+Blue) = 84+145+16=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #549110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549110 is #AB6EEF. Grayscale: #707070. Windows color (decimal): -11235056 or 1085780. OLE color: 1085780.

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

Color convert

RGB 84 145 16 -
CMYK 0.42 0 0.89 0.43
HSL 88.37º 0.8% 0.32% -
HSV(B) 88.37º 0.89% 0.57% -
XYZ 13.88 22.17 4.04 -
YUV 112.06 73.79 107.99 -
System Red Green Blue C M Y K H S L
Decimal 84 145 16 0.42 0 0.89 0.43 88.37 0.8 0.32
Hex 54 91 10 2A 0 59 2B 58 50 20
Octal 124 221 20 52 0 131 53 130 120 40
Binary 1010100 10010001 10000 101010 0 1011001 101011 1011000 1010000 100000

Color Harmonies of #549110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549110

Black with #549110

Text Example


Text Example

White with #549110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549110; }

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

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

background-color css

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

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

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

border-color css

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

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

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