#549B06

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

Shades of Limeade #549B06

Tints of Limeade #549B06

Color information

#549B06 (or 0x549B06) is unknown color: approx Limeade. HEX triplet: 54, 9B and 06. RGB value is (84,155,6). Sum of RGB (Red+Green+Blue) = 84+155+6=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #549B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549B06 is #AB64F9. Grayscale: #757575. Windows color (decimal): -11232506 or 432980. OLE color: 432980.

HSL color Cylindrical-coordinate representation of color #549B06: hue angle of 88.59º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #549B06 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB841556-
CMYK0.4600.960.39
HSL88.59º92.55%31.57%-
HSV(B)88.59º96.13%60.78%-
XYZ15.4125.344.25-
YUV116.7865.48104.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 155 (60.94% from 255) = 63.27%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=34.29%
G=63.27%
B=2.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8415560.4600.960.3988.5992.5531.57
Hex549B62E06027595d20
Octal12423365601404713113540
Binary1010100100110111101011100110000010011110110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549B06; }

 p { color: rgb(84,155,6); }

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

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

 a { background-color: rgb(84,155,6); }

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

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

 span { border-color: rgb(84,155,6); }

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