#4edc1a

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

Shades of Kelly Green #4EDC1A

Tints of Kelly Green #4EDC1A

Color information

#4EDC1A (or 0x4EDC1A) is unknown color: approx Kelly Green. HEX triplet: 4E, DC and 1A. RGB value is (78,220,26). Sum of RGB (Red+Green+Blue) = 78+220+26=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 220 (86.33% from 255 or 67.90% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDC1A is #B123E5. Grayscale: #9C9C9C. Windows color (decimal): -11609062 or 1760334. OLE color: 1760334.

HSL color Cylindrical-coordinate representation of color #4EDC1A: hue angle of 103.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4EDC1A is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB7822026-
CMYK0.6500.880.14
HSL103.92º78.86%48.24%-
HSV(B)103.92º88.18%86.27%-
XYZ28.9252.889.66-
YUV155.4354.9672.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.07%
GREEN value IS 220 (86.33% from 255) = 67.90%
BLUE value IS 26 (10.55% from 255) = 8.02%
R=24.07%
G=67.90%
B=8.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78220260.6500.880.14103.9278.8648.24
Hex4EDC1A41058E684f30
Octal1163343210101301615011760
Binary10011101101110011010100000101011000111011010001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4edc1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,220,26); }

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

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

 a { background-color: rgb(78,220,26); }

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

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

 span { border-color: rgb(78,220,26); }

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