#4D9A10

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

Shades of Limeade #4D9A10

Tints of Limeade #4D9A10

Color information

#4D9A10 (or 0x4D9A10) is unknown color: approx Limeade. HEX triplet: 4D, 9A and 10. RGB value is (77,154,16). Sum of RGB (Red+Green+Blue) = 77+154+16=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 154 (60.55% from 255 or 62.35% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9A10 is #B265EF. Grayscale: #737373. Windows color (decimal): -11691504 or 1088077. OLE color: 1088077.

HSL color Cylindrical-coordinate representation of color #4D9A10: hue angle of 93.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D9A10 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB7715416-
CMYK0.5000.900.40
HSL93.48º81.18%33.33%-
HSV(B)93.48º89.61%60.39%-
XYZ14.7124.734.49-
YUV115.2471.99100.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.17%
GREEN value IS 154 (60.55% from 255) = 62.35%
BLUE value IS 16 (6.64% from 255) = 6.48%
R=31.17%
G=62.35%
B=6.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal77154160.5000.900.4093.4881.1833.33
Hex4D9A103205A285d5121
Octal115232206201325013512141
Binary100110110011010100001100100101101010100010111011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,154,16); }

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

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

 a { background-color: rgb(77,154,16); }

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

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

 span { border-color: rgb(77,154,16); }

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