#54992E

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

Shades of Limeade #54992E

Tints of Limeade #54992E

Color information

#54992E (or 0x54992E) is unknown color: approx Limeade. HEX triplet: 54, 99 and 2E. RGB value is (84,153,46). Sum of RGB (Red+Green+Blue) = 84+153+46=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #54992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54992E is #AB66D1. Grayscale: #787878. Windows color (decimal): -11232978 or 3053908. OLE color: 3053908.

HSL color Cylindrical-coordinate representation of color #54992E: hue angle of 98.69º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54992E is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB8415346-
CMYK0.4500.700.4
HSL98.69º53.77%39.02%-
HSV(B)98.69º69.93%60%-
XYZ15.5424.866.57-
YUV120.1786.14102.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 153 (60.16% from 255) = 54.06%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=29.68%
G=54.06%
B=16.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153460.4500.700.498.6953.7739.02
Hex54992E2D04628633627
Octal12423156550106501436647
Binary101010010011001101110101101010001101010001100011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54992E; }

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

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

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

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

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

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

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

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