Html Css Color HEX #549532 Limeade

📋 copy color: '#549532'

red 84 ◦ green 149 ◦ blue 50

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

Shades of Limeade #549532

Tints of Limeade #549532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 29.68%
G = 52.65%
B = 17.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#549532 (or 0x549532) is known color: Limeade. HEX triplet: 54, 95 and 32. RGB value is (84,149,50). Sum of RGB (Red+Green+Blue) = 84+149+50=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #549532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549532 is #AB6ACD. Grayscale: #767676. Windows color (decimal): -11233998 or 3315028. OLE color: 3315028.

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

Color convert

RGB 84 149 50 -
CMYK 0.44 0 0.66 0.42
HSL 99.39º 0.5% 0.39% -
HSV(B) 99.39º 0.66% 0.58% -
XYZ 14.98 23.61 6.79 -
YUV 118.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 84 149 50 0.44 0 0.66 0.42 99.39 0.5 0.39
Hex 54 95 32 2C 0 42 2A 63 32 27
Octal 124 225 62 54 0 102 52 143 62 47
Binary 1010100 10010101 110010 101100 0 1000010 101010 1100011 110010 100111

Color Harmonies of #549532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549532

Black with #549532

Text Example


Text Example

White with #549532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549532; }

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

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

background-color css

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

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

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

border-color css

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

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

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