#549812

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

Shades of Limeade #549812

Tints of Limeade #549812

Color information

#549812 (or 0x549812) is unknown color: approx Limeade. HEX triplet: 54, 98 and 12. RGB value is (84,152,18). Sum of RGB (Red+Green+Blue) = 84+152+18=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #549812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549812 is #AB67ED. Grayscale: #747474. Windows color (decimal): -11233262 or 1218644. OLE color: 1218644.

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

Color convert

RGB8415218-
CMYK0.4500.880.40
HSL90.45º78.82%33.33%-
HSV(B)90.45º88.16%59.61%-
XYZ14.9924.384.49-
YUV116.3972.47104.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.07%
GREEN value IS 152 (59.77% from 255) = 59.84%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=33.07%
G=59.84%
B=7.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84152180.4500.880.4090.4578.8233.33
Hex5498122D058285a4f21
Octal124230225501305013211741
Binary101010010011000100101011010101100010100010110101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549812; }

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

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

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

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

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

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

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

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