#549922

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

Shades of Limeade #549922

Tints of Limeade #549922

Color information

#549922 (or 0x549922) is unknown color: approx Limeade. HEX triplet: 54, 99 and 22. RGB value is (84,153,34). Sum of RGB (Red+Green+Blue) = 84+153+34=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #549922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549922 is #AB66DD. Grayscale: #777777. Windows color (decimal): -11232990 or 2267476. OLE color: 2267476.

HSL color Cylindrical-coordinate representation of color #549922: hue angle of 94.79º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #549922 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB8415334-
CMYK0.4500.780.4
HSL94.79º63.64%36.67%-
HSV(B)94.79º77.78%60%-
XYZ15.3424.785.49-
YUV118.880.14103.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 153 (60.16% from 255) = 56.46%
BLUE value IS 34 (13.67% from 255) = 12.55%
R=31.00%
G=56.46%
B=12.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153340.4500.780.494.7963.6436.67
Hex5499222D04E285f4025
Octal124231425501165013710045
Binary1010100100110011000101011010100111010100010111111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549922; }

 p { color: rgb(84,153,34); }

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

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

 a { background-color: rgb(84,153,34); }

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

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

 span { border-color: rgb(84,153,34); }

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