#499508

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

Shades of Limeade #499508

Tints of Limeade #499508

Color information

#499508 (or 0x499508) is unknown color: approx Limeade. HEX triplet: 49, 95 and 08. RGB value is (73,149,8). Sum of RGB (Red+Green+Blue) = 73+149+8=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #499508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499508 is #B66AF7. Grayscale: #6E6E6E. Windows color (decimal): -11954936 or 562505. OLE color: 562505.

HSL color Cylindrical-coordinate representation of color #499508: hue angle of 92.34º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #499508 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB731498-
CMYK0.5100.950.42
HSL92.34º89.81%30.78%-
HSV(B)92.34º94.63%58.43%-
XYZ13.5422.933.94-
YUV110.270.32101.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 149 (58.59% from 255) = 64.78%
BLUE value IS 8 (3.52% from 255) = 3.48%
R=31.74%
G=64.78%
B=3.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7314980.5100.950.4292.3489.8130.78
Hex499583305F2A5c5a1f
Octal111225106301375213413237
Binary1001001100101011000110011010111111010101011100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499508; }

 p { color: rgb(73,149,8); }

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

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

 a { background-color: rgb(73,149,8); }

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

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

 span { border-color: rgb(73,149,8); }

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