#4EFA8D

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

Shades of Emerald #4EFA8D

Tints of Emerald #4EFA8D

Color information

#4EFA8D (or 0x4EFA8D) is unknown color: approx Emerald. HEX triplet: 4E, FA and 8D. RGB value is (78,250,141). Sum of RGB (Red+Green+Blue) = 78+250+141=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EFA8D is #B10572. Grayscale: #BABABA. Windows color (decimal): -11601267 or 9304654. OLE color: 9304654.

HSL color Cylindrical-coordinate representation of color #4EFA8D: hue angle of 141.98º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFA8D is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB78250141-
CMYK0.6900.440.02
HSL141.98º94.51%64.31%-
HSV(B)141.98º68.8%98.04%-
XYZ42.1471.9136.86-
YUV186.15102.5250.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.63%
GREEN value IS 250 (98.05% from 255) = 53.30%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=16.63%
G=53.30%
B=30.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal782501410.6900.440.02141.9894.5164.31
Hex4EFA8D4502C28e5f40
Octal1163722151050542216137100
Binary1001110111110101000110110001010101100101000111010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,250,141); }

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

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

 a { background-color: rgb(78,250,141); }

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

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

 span { border-color: rgb(78,250,141); }

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