#4EDC91

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

Shades of Emerald #4EDC91

Tints of Emerald #4EDC91

Color information

#4EDC91 (or 0x4EDC91) is unknown color: approx Emerald. HEX triplet: 4E, DC and 91. RGB value is (78,220,145). Sum of RGB (Red+Green+Blue) = 78+220+145=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDC91 is #B1236E. Grayscale: #A9A9A9. Windows color (decimal): -11608943 or 9559118. OLE color: 9559118.

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

Color convert

RGB78220145-
CMYK0.6500.340.14
HSL148.31º66.98%58.43%-
HSV(B)148.31º64.55%86.27%-
XYZ33.8554.8535.59-
YUV168.99114.4663.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.61%
GREEN value IS 220 (86.33% from 255) = 49.66%
BLUE value IS 145 (57.03% from 255) = 32.73%
R=17.61%
G=49.66%
B=32.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal782201450.6500.340.14148.3166.9858.43
Hex4EDC9141022E94433a
Octal1163342211010421622410372
Binary10011101101110010010001100000101000101110100101001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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