Html Css Color HEX #4EDC10 Kelly Green

📋 copy color: '#4EDC10'

red 78 ◦ green 220 ◦ blue 16

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

Shades of Kelly Green #4EDC10

Tints of Kelly Green #4EDC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.1%

R = 24.84%
G = 70.06%
B = 5.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#4EDC10 (or 0x4EDC10) is known color: Kelly Green. HEX triplet: 4E, DC and 10. RGB value is (78,220,16). Sum of RGB (Red+Green+Blue) = 78+220+16=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EDC10 is #B123EF. Grayscale: #9A9A9A. Windows color (decimal): -11609072 or 1104974. OLE color: 1104974.

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

Color convert

RGB 78 220 16 -
CMYK 0.65 0 0.93 0.14
HSL 101.76º 0.86% 0.46% -
HSV(B) 101.76º 0.93% 0.86% -
XYZ 28.83 52.84 9.17 -
YUV 154.29 49.96 73.59 -
System Red Green Blue C M Y K H S L
Decimal 78 220 16 0.65 0 0.93 0.14 101.76 0.86 0.46
Hex 4E DC 10 41 0 5D E 66 56 2E
Octal 116 334 20 101 0 135 16 146 126 56
Binary 1001110 11011100 10000 1000001 0 1011101 1110 1100110 1010110 101110

Color Harmonies of #4EDC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDC10

Black with #4EDC10

Text Example


Text Example

White with #4EDC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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