Html Css Color HEX #549520 Limeade

📋 copy color: '#549520'

red 84 ◦ green 149 ◦ blue 32

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

Shades of Limeade #549520

Tints of Limeade #549520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.23%

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

R = 31.7%
G = 56.23%
B = 12.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#549520 (or 0x549520) is known color: Limeade. HEX triplet: 54, 95 and 20. RGB value is (84,149,32). Sum of RGB (Red+Green+Blue) = 84+149+32=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #549520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549520 is #AB6ADF. Grayscale: #747474. Windows color (decimal): -11234016 or 2135380. OLE color: 2135380.

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

Color convert

RGB 84 149 32 -
CMYK 0.44 0 0.79 0.42
HSL 93.33º 0.65% 0.35% -
HSV(B) 93.33º 0.79% 0.58% -
XYZ 14.66 23.48 5.13 -
YUV 116.23 80.47 105.01 -
System Red Green Blue C M Y K H S L
Decimal 84 149 32 0.44 0 0.79 0.42 93.33 0.65 0.35
Hex 54 95 20 2C 0 4F 2A 5D 41 23
Octal 124 225 40 54 0 117 52 135 101 43
Binary 1010100 10010101 100000 101100 0 1001111 101010 1011101 1000001 100011

Color Harmonies of #549520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549520

Black with #549520

Text Example


Text Example

White with #549520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549520; }

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

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

background-color css

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

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

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

border-color css

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

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

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