#549825

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

Shades of Limeade #549825

Tints of Limeade #549825

Color information

#549825 (or 0x549825) is unknown color: approx Limeade. HEX triplet: 54, 98 and 25. RGB value is (84,152,37). Sum of RGB (Red+Green+Blue) = 84+152+37=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #549825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549825 is #AB67DA. Grayscale: #767676. Windows color (decimal): -11233243 or 2463828. OLE color: 2463828.

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

Color convert

RGB8415237-
CMYK0.4500.760.40
HSL95.48º60.85%37.06%-
HSV(B)95.48º75.66%59.61%-
XYZ15.2224.475.67-
YUV118.5681.97103.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 152 (59.77% from 255) = 55.68%
BLUE value IS 37 (14.84% from 255) = 13.55%
R=30.77%
G=55.68%
B=13.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84152370.4500.760.4095.4860.8537.06
Hex5498252D04C285f3d25
Octal12423045550114501377545
Binary101010010011000100101101101010011001010001011111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549825; }

 p { color: rgb(84,152,37); }

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

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

 a { background-color: rgb(84,152,37); }

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

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

 span { border-color: rgb(84,152,37); }

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