#499201

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

Shades of Limeade #499201

Tints of Limeade #499201

Color information

#499201 (or 0x499201) is unknown color: approx Limeade. HEX triplet: 49, 92 and 01. RGB value is (73,146,1). Sum of RGB (Red+Green+Blue) = 73+146+1=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #499201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499201 is #B66DFE. Grayscale: #6C6C6C. Windows color (decimal): -11955711 or 102985. OLE color: 102985.

HSL color Cylindrical-coordinate representation of color #499201: hue angle of 90.21º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #499201 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB731461-
CMYK0.500.990.43
HSL90.21º98.64%28.82%-
HSV(B)90.21º99.32%57.25%-
XYZ13.0321.983.58-
YUV107.6467.82103.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 146 (57.42% from 255) = 66.36%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=33.18%
G=66.36%
B=0.45%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7314610.500.990.4390.2198.6428.82
Hex49921320632B5a631d
Octal11122216201435313214335
Binary1001001100100101110010011000111010111011010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499201; }

 p { color: rgb(73,146,1); }

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

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

 a { background-color: rgb(73,146,1); }

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

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

 span { border-color: rgb(73,146,1); }

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