#4E9710

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

Shades of Limeade #4E9710

Tints of Limeade #4E9710

Color information

#4E9710 (or 0x4E9710) is unknown color: approx Limeade. HEX triplet: 4E, 97 and 10. RGB value is (78,151,16). Sum of RGB (Red+Green+Blue) = 78+151+16=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 151 (59.38% from 255 or 61.63% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 151 - color contains mainly: green. Hex color #4E9710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9710 is #B168EF. Grayscale: #727272. Windows color (decimal): -11626736 or 1087310. OLE color: 1087310.

HSL color Cylindrical-coordinate representation of color #4E9710: hue angle of 92.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E9710 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB7815116-
CMYK0.4800.890.41
HSL92.44º80.84%32.75%-
HSV(B)92.44º89.4%59.22%-
XYZ14.323.794.33-
YUV113.7872.82102.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.84%
GREEN value IS 151 (59.38% from 255) = 61.63%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=31.84%
G=61.63%
B=6.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78151160.4800.890.4192.4480.8432.75
Hex4E971030059295c5121
Octal116227206001315113412141
Binary100111010010111100001100000101100110100110111001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,151,16); }

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

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

 a { background-color: rgb(78,151,16); }

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

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

 span { border-color: rgb(78,151,16); }

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