Html Css Color HEX #4EDC0E Kelly Green

📋 copy color: '#4EDC0E'

red 78 ◦ green 220 ◦ blue 14

#4EDC0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #4EDC0E

Tints of Kelly Green #4EDC0E

RGB

 RED value IS 78 (30.86% from 255) = 25%

 GREEN value IS 220 (86.33% from 255) = 70.51%

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 25%
G = 70.51%
B = 4.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#4EDC0E (or 0x4EDC0E) is known color: Kelly Green. HEX triplet: 4E, DC and 0E. RGB value is (78,220,14). Sum of RGB (Red+Green+Blue) = 78+220+14=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EDC0E is #B123F1. Grayscale: #9A9A9A. Windows color (decimal): -11609074 or 973902. OLE color: 973902.

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

Color convert

RGB 78 220 14 -
CMYK 0.65 0 0.94 0.14
HSL 101.36º 0.88% 0.46% -
HSV(B) 101.36º 0.94% 0.86% -
XYZ 28.81 52.84 9.1 -
YUV 154.06 48.96 73.75 -
System Red Green Blue C M Y K H S L
Decimal 78 220 14 0.65 0 0.94 0.14 101.36 0.88 0.46
Hex 4E DC E 41 0 5E E 65 58 2E
Octal 116 334 16 101 0 136 16 145 130 56
Binary 1001110 11011100 1110 1000001 0 1011110 1110 1100101 1011000 101110

Color Harmonies of #4EDC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDC0E

Black with #4EDC0E

Text Example


Text Example

White with #4EDC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EDC0E;
 }
 .AnyTagClassName
 {
   color: #4EDC0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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