Html Css Color HEX #549431 Limeade

📋 copy color: '#549431'

red 84 ◦ green 148 ◦ blue 49

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

Shades of Limeade #549431

Tints of Limeade #549431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 29.89%
G = 52.67%
B = 17.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#549431 (or 0x549431) is known color: Limeade. HEX triplet: 54, 94 and 31. RGB value is (84,148,49). Sum of RGB (Red+Green+Blue) = 84+148+49=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #549431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549431 is #AB6BCE. Grayscale: #757575. Windows color (decimal): -11234255 or 3249236. OLE color: 3249236.

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

Color convert

RGB 84 148 49 -
CMYK 0.43 0 0.67 0.42
HSL 98.79º 0.5% 0.39% -
HSV(B) 98.79º 0.67% 0.58% -
XYZ 14.8 23.29 6.62 -
YUV 117.58 89.3 104.05 -
System Red Green Blue C M Y K H S L
Decimal 84 148 49 0.43 0 0.67 0.42 98.79 0.5 0.39
Hex 54 94 31 2B 0 43 2A 63 32 27
Octal 124 224 61 53 0 103 52 143 62 47
Binary 1010100 10010100 110001 101011 0 1000011 101010 1100011 110010 100111

Color Harmonies of #549431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549431

Black with #549431

Text Example


Text Example

White with #549431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549431; }

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

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

background-color css

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

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

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

border-color css

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

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

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