#549731

Color #549731 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #549731

Tints of Limeade #549731

Color information

#549731 (or 0x549731) is unknown color: approx Limeade. HEX triplet: 54, 97 and 31. RGB value is (84,151,49). Sum of RGB (Red+Green+Blue) = 84+151+49=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #549731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549731 is #AB68CE. Grayscale: #777777. Windows color (decimal): -11233487 or 3250004. OLE color: 3250004.

HSL color Cylindrical-coordinate representation of color #549731: hue angle of 99.41º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #549731 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB8415149-
CMYK0.4400.680.41
HSL99.41º51%39.22%-
HSV(B)99.41º67.55%59.22%-
XYZ15.2824.246.78-
YUV119.3488.3102.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.58%
GREEN value IS 151 (59.38% from 255) = 53.17%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=29.58%
G=53.17%
B=17.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84151490.4400.680.4199.415139.22
Hex5497312C04429633327
Octal12422761540104511436347
Binary101010010010111110001101100010001001010011100011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549731; }

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

 H1.HeaderClassName
 {
   color: #549731;
 }
 .AnyTagClassName
 {
   color: #549731;
 }
</style>
background-color css

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

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

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

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

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

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