#549508

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

Shades of Limeade #549508

Tints of Limeade #549508

Color information

#549508 (or 0x549508) is unknown color: approx Limeade. HEX triplet: 54, 95 and 08. RGB value is (84,149,8). Sum of RGB (Red+Green+Blue) = 84+149+8=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #549508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549508 is #AB6AF7. Grayscale: #717171. Windows color (decimal): -11234040 or 562516. OLE color: 562516.

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

Color convert

RGB841498-
CMYK0.4400.950.42
HSL87.66º89.81%30.78%-
HSV(B)87.66º94.63%58.43%-
XYZ14.4523.43.98-
YUV113.4968.47106.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 149 (58.59% from 255) = 61.83%
BLUE value IS 8 (3.52% from 255) = 3.32%
R=34.85%
G=61.83%
B=3.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8414980.4400.950.4287.6689.8130.78
Hex549582C05F2A585a1f
Octal124225105401375213013237
Binary1010100100101011000101100010111111010101011000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549508; }

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

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

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

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

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

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

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

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