#4ED50E

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

Shades of Kelly Green #4ED50E

Tints of Kelly Green #4ED50E

Color information

#4ED50E (or 0x4ED50E) is unknown color: approx Kelly Green. HEX triplet: 4E, D5 and 0E. RGB value is (78,213,14). Sum of RGB (Red+Green+Blue) = 78+213+14=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 213 (83.59% from 255 or 69.84% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4ED50E is #B12AF1. Grayscale: #969696. Windows color (decimal): -11610866 or 972110. OLE color: 972110.

HSL color Cylindrical-coordinate representation of color #4ED50E: hue angle of 100.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4ED50E is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB7821314-
CMYK0.6300.930.16
HSL100.7º87.67%44.51%-
HSV(B)100.7º93.43%83.53%-
XYZ27.0249.248.5-
YUV149.9551.2776.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 213 (83.59% from 255) = 69.84%
BLUE value IS 14 (5.86% from 255) = 4.59%
R=25.57%
G=69.84%
B=4.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78213140.6300.930.16100.787.6744.51
Hex4ED5E3F05D1065582d
Octal116325167701352014513055
Binary1001110110101011110111111010111011000011001011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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