Html Css Color HEX #549314 Limeade

📋 copy color: '#549314'

red 84 ◦ green 147 ◦ blue 20

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

Shades of Limeade #549314

Tints of Limeade #549314

RGB

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

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

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

R = 33.47%
G = 58.57%
B = 7.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#549314 (or 0x549314) is known color: Limeade. HEX triplet: 54, 93 and 14. RGB value is (84,147,20). Sum of RGB (Red+Green+Blue) = 84+147+20=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #549314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549314 is #AB6CEB. Grayscale: #727272. Windows color (decimal): -11234540 or 1348436. OLE color: 1348436.

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

Color convert

RGB 84 147 20 -
CMYK 0.43 0 0.86 0.42
HSL 89.76º 0.76% 0.33% -
HSV(B) 89.76º 0.86% 0.58% -
XYZ 14.22 22.8 4.31 -
YUV 113.69 75.13 106.83 -
System Red Green Blue C M Y K H S L
Decimal 84 147 20 0.43 0 0.86 0.42 89.76 0.76 0.33
Hex 54 93 14 2B 0 56 2A 5A 4C 21
Octal 124 223 24 53 0 126 52 132 114 41
Binary 1010100 10010011 10100 101011 0 1010110 101010 1011010 1001100 100001

Color Harmonies of #549314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549314

Black with #549314

Text Example


Text Example

White with #549314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549314; }

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

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

background-color css

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

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

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

border-color css

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

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

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