#4edd6b

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

Shades of Emerald #4EDD6B

Tints of Emerald #4EDD6B

Color information

#4EDD6B (or 0x4EDD6B) is unknown color: approx Emerald. HEX triplet: 4E, DD and 6B. RGB value is (78,221,107). Sum of RGB (Red+Green+Blue) = 78+221+107=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDD6B is #B12294. Grayscale: #A5A5A5. Windows color (decimal): -11608725 or 7069006. OLE color: 7069006.

HSL color Cylindrical-coordinate representation of color #4EDD6B: hue angle of 132.17º 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 #4EDD6B is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB78221107-
CMYK0.6500.520.13
HSL132.17º67.77%58.63%-
HSV(B)132.17º64.71%86.67%-
XYZ31.6554.3922.74-
YUV165.2595.1265.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.21%
GREEN value IS 221 (86.72% from 255) = 54.43%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=19.21%
G=54.43%
B=26.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782211070.6500.520.13132.1767.7758.63
Hex4EDD6B41034D84443b
Octal1163351531010641520410473
Binary1001110110111011101011100000101101001101100001001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4edd6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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