#4EDD61

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

Shades of Emerald #4EDD61

Tints of Emerald #4EDD61

Color information

#4EDD61 (or 0x4EDD61) is unknown color: approx Emerald. HEX triplet: 4E, DD and 61. RGB value is (78,221,97). Sum of RGB (Red+Green+Blue) = 78+221+97=396 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.70% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDD61 is #B1229E. Grayscale: #A4A4A4. Windows color (decimal): -11608735 or 6413646. OLE color: 6413646.

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

Color convert

RGB7822197-
CMYK0.6500.560.13
HSL127.97º67.77%58.63%-
HSV(B)127.97º64.71%86.67%-
XYZ31.1654.220.13-
YUV164.1190.1266.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.70%
GREEN value IS 221 (86.72% from 255) = 55.81%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=19.70%
G=55.81%
B=24.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal78221970.6500.560.13127.9767.7758.63
Hex4EDD6141038D80443b
Octal1163351411010701520010473
Binary1001110110111011100001100000101110001101100000001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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