Html Css Color HEX #549420 Limeade

📋 copy color: '#549420'

red 84 ◦ green 148 ◦ blue 32

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

Shades of Limeade #549420

Tints of Limeade #549420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.06%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 31.82%
G = 56.06%
B = 12.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#549420 (or 0x549420) is known color: Limeade. HEX triplet: 54, 94 and 20. RGB value is (84,148,32). Sum of RGB (Red+Green+Blue) = 84+148+32=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #549420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549420 is #AB6BDF. Grayscale: #747474. Windows color (decimal): -11234272 or 2135124. OLE color: 2135124.

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

Color convert

RGB 84 148 32 -
CMYK 0.43 0 0.78 0.42
HSL 93.1º 0.64% 0.35% -
HSV(B) 93.1º 0.78% 0.58% -
XYZ 14.51 23.17 5.07 -
YUV 115.64 80.8 105.43 -
System Red Green Blue C M Y K H S L
Decimal 84 148 32 0.43 0 0.78 0.42 93.1 0.64 0.35
Hex 54 94 20 2B 0 4E 2A 5D 40 23
Octal 124 224 40 53 0 116 52 135 100 43
Binary 1010100 10010100 100000 101011 0 1001110 101010 1011101 1000000 100011

Color Harmonies of #549420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549420

Black with #549420

Text Example


Text Example

White with #549420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549420; }

 p { color: rgb(84,148,32); }

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

background-color css

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

 a { background-color: rgb(84,148,32); }

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

border-color css

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

 span { border-color: rgb(84,148,32); }

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