Html Css Color HEX #549614 Limeade

📋 copy color: '#549614'

red 84 ◦ green 150 ◦ blue 20

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

Shades of Limeade #549614

Tints of Limeade #549614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 59.06%

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

R = 33.07%
G = 59.06%
B = 7.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#549614 (or 0x549614) is known color: Limeade. HEX triplet: 54, 96 and 14. RGB value is (84,150,20). Sum of RGB (Red+Green+Blue) = 84+150+20=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #549614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549614 is #AB69EB. Grayscale: #737373. Windows color (decimal): -11233772 or 1349204. OLE color: 1349204.

HSL color Cylindrical-coordinate representation of color #549614: hue angle of 90.46º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #549614 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 20 -
CMYK 0.44 0 0.87 0.41
HSL 90.46º 0.76% 0.33% -
HSV(B) 90.46º 0.87% 0.59% -
XYZ 14.69 23.75 4.47 -
YUV 115.45 74.13 105.57 -
System Red Green Blue C M Y K H S L
Decimal 84 150 20 0.44 0 0.87 0.41 90.46 0.76 0.33
Hex 54 96 14 2C 0 57 29 5A 4C 21
Octal 124 226 24 54 0 127 51 132 114 41
Binary 1010100 10010110 10100 101100 0 1010111 101001 1011010 1001100 100001

Color Harmonies of #549614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549614

Black with #549614

Text Example


Text Example

White with #549614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549614; }

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

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

background-color css

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

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

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

border-color css

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

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

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