#4D9404

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

Shades of Limeade #4D9404

Tints of Limeade #4D9404

Color information

#4D9404 (or 0x4D9404) is unknown color: approx Limeade. HEX triplet: 4D, 94 and 04. RGB value is (77,148,4). Sum of RGB (Red+Green+Blue) = 77+148+4=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9404 is #B26BFB. Grayscale: #6E6E6E. Windows color (decimal): -11693052 or 300109. OLE color: 300109.

HSL color Cylindrical-coordinate representation of color #4D9404: hue angle of 89.58º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D9404 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB771484-
CMYK0.4800.970.42
HSL89.58º94.74%29.8%-
HSV(B)89.58º97.3%58.04%-
XYZ13.6722.773.79-
YUV110.3567.98104.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.62%
GREEN value IS 148 (58.20% from 255) = 64.63%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=33.62%
G=64.63%
B=1.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7714840.4800.970.4289.5894.7429.8
Hex4D944300612A5a5f1e
Octal11522446001415213213736
Binary100110110010100100110000011000011010101011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,148,4); }

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

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

 a { background-color: rgb(77,148,4); }

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

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

 span { border-color: rgb(77,148,4); }

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