Html Css Color HEX #549214 Limeade

📋 copy color: '#549214'

red 84 ◦ green 146 ◦ blue 20

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

Shades of Limeade #549214

Tints of Limeade #549214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.4%

 BLUE value IS 20 (8.2% from 255) = 8%

R = 33.6%
G = 58.4%
B = 8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#549214 (or 0x549214) is known color: Limeade. HEX triplet: 54, 92 and 14. RGB value is (84,146,20). Sum of RGB (Red+Green+Blue) = 84+146+20=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #549214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549214 is #AB6DEB. Grayscale: #717171. Windows color (decimal): -11234796 or 1348180. OLE color: 1348180.

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

Color convert

RGB 84 146 20 -
CMYK 0.42 0 0.86 0.43
HSL 89.52º 0.76% 0.33% -
HSV(B) 89.52º 0.86% 0.57% -
XYZ 14.06 22.49 4.26 -
YUV 113.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 84 146 20 0.42 0 0.86 0.43 89.52 0.76 0.33
Hex 54 92 14 2A 0 56 2B 5A 4C 21
Octal 124 222 24 52 0 126 53 132 114 41
Binary 1010100 10010010 10100 101010 0 1010110 101011 1011010 1001100 100001

Color Harmonies of #549214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549214

Black with #549214

Text Example


Text Example

White with #549214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549214; }

 p { color: rgb(84,146,20); }

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

background-color css

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

 a { background-color: rgb(84,146,20); }

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

border-color css

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

 span { border-color: rgb(84,146,20); }

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