Html Css Color HEX #549310 Limeade

📋 copy color: '#549310'

red 84 ◦ green 147 ◦ blue 16

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

Shades of Limeade #549310

Tints of Limeade #549310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 59.51%

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

R = 34.01%
G = 59.51%
B = 6.48%

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

#549310 (or 0x549310) is known color: Limeade. HEX triplet: 54, 93 and 10. RGB value is (84,147,16). Sum of RGB (Red+Green+Blue) = 84+147+16=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #549310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549310 is #AB6CEF. Grayscale: #717171. Windows color (decimal): -11234544 or 1086292. OLE color: 1086292.

HSL color Cylindrical-coordinate representation of color #549310: hue angle of 88.85º degrees, saturation: 0.8, 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 #549310 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 16 -
CMYK 0.43 0 0.89 0.42
HSL 88.85º 0.8% 0.32% -
HSV(B) 88.85º 0.89% 0.58% -
XYZ 14.18 22.79 4.14 -
YUV 113.23 73.13 107.15 -
System Red Green Blue C M Y K H S L
Decimal 84 147 16 0.43 0 0.89 0.42 88.85 0.8 0.32
Hex 54 93 10 2B 0 59 2A 59 50 20
Octal 124 223 20 53 0 131 52 131 120 40
Binary 1010100 10010011 10000 101011 0 1011001 101010 1011001 1010000 100000

Color Harmonies of #549310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549310

Black with #549310

Text Example


Text Example

White with #549310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549310; }

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

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

background-color css

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

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

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

border-color css

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

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

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