#4D9708

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

Shades of Limeade #4D9708

Tints of Limeade #4D9708

Color information

#4D9708 (or 0x4D9708) is unknown color: approx Limeade. HEX triplet: 4D, 97 and 08. RGB value is (77,151,8). Sum of RGB (Red+Green+Blue) = 77+151+8=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 151 (59.38% from 255 or 63.98% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9708 is #B268F7. Grayscale: #717171. Windows color (decimal): -11692280 or 563021. OLE color: 563021.

HSL color Cylindrical-coordinate representation of color #4D9708: hue angle of 91.05º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D9708 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB771518-
CMYK0.4900.950.41
HSL91.05º89.94%31.18%-
HSV(B)91.05º94.7%59.22%-
XYZ14.1723.734.06-
YUV112.5768.98102.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.63%
GREEN value IS 151 (59.38% from 255) = 63.98%
BLUE value IS 8 (3.52% from 255) = 3.39%
R=32.63%
G=63.98%
B=3.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7715180.4900.950.4191.0589.9431.18
Hex4D9783105F295b5a1f
Octal115227106101375113313237
Binary1001101100101111000110001010111111010011011011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D9708; }

 p { color: rgb(77,151,8); }

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

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

 a { background-color: rgb(77,151,8); }

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

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

 span { border-color: rgb(77,151,8); }

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