Html Css Color HEX #549312 Limeade

📋 copy color: '#549312'

red 84 ◦ green 147 ◦ blue 18

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

Shades of Limeade #549312

Tints of Limeade #549312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 33.73%
G = 59.04%
B = 7.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#549312 (or 0x549312) is known color: Limeade. HEX triplet: 54, 93 and 12. RGB value is (84,147,18). Sum of RGB (Red+Green+Blue) = 84+147+18=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #549312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549312 is #AB6CED. Grayscale: #717171. Windows color (decimal): -11234542 or 1217364. OLE color: 1217364.

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

Color convert

RGB 84 147 18 -
CMYK 0.43 0 0.88 0.42
HSL 89.3º 0.78% 0.32% -
HSV(B) 89.3º 0.88% 0.58% -
XYZ 14.2 22.8 4.22 -
YUV 113.46 74.13 106.99 -
System Red Green Blue C M Y K H S L
Decimal 84 147 18 0.43 0 0.88 0.42 89.3 0.78 0.32
Hex 54 93 12 2B 0 58 2A 59 4E 20
Octal 124 223 22 53 0 130 52 131 116 40
Binary 1010100 10010011 10010 101011 0 1011000 101010 1011001 1001110 100000

Color Harmonies of #549312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549312

Black with #549312

Text Example


Text Example

White with #549312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549312; }

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

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

background-color css

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

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

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

border-color css

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

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

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