#4EDD10

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

Shades of Kelly Green #4EDD10

Tints of Kelly Green #4EDD10

Color information

#4EDD10 (or 0x4EDD10) is unknown color: approx Kelly Green. HEX triplet: 4E, DD and 10. RGB value is (78,221,16). Sum of RGB (Red+Green+Blue) = 78+221+16=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EDD10 is #B122EF. Grayscale: #9B9B9B. Windows color (decimal): -11608816 or 1105230. OLE color: 1105230.

HSL color Cylindrical-coordinate representation of color #4EDD10: hue angle of 101.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EDD10 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB7822116-
CMYK0.6500.930.13
HSL101.85º86.5%46.47%-
HSV(B)101.85º92.76%86.67%-
XYZ29.0953.379.26-
YUV154.8749.6273.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.76%
GREEN value IS 221 (86.72% from 255) = 70.16%
BLUE value IS 16 (6.64% from 255) = 5.08%
R=24.76%
G=70.16%
B=5.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal78221160.6500.930.13101.8586.546.47
Hex4EDD104105DD66562e
Octal1163352010101351514612656
Binary10011101101110110000100000101011101110111001101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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