#4ED668

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

Shades of Emerald #4ED668

Tints of Emerald #4ED668

Color information

#4ED668 (or 0x4ED668) is unknown color: approx Emerald. HEX triplet: 4E, D6 and 68. RGB value is (78,214,104). Sum of RGB (Red+Green+Blue) = 78+214+104=396 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.70% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED668 is #B12997. Grayscale: #A1A1A1. Windows color (decimal): -11610520 or 6870606. OLE color: 6870606.

HSL color Cylindrical-coordinate representation of color #4ED668: hue angle of 131.47º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED668 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB78214104-
CMYK0.6400.510.16
HSL131.47º62.39%57.25%-
HSV(B)131.47º63.55%83.92%-
XYZ29.6950.7121.32-
YUV160.895.9468.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.70%
GREEN value IS 214 (83.98% from 255) = 54.04%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=19.70%
G=54.04%
B=26.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal782141040.6400.510.16131.4762.3957.25
Hex4ED6684003310833e39
Octal116326150100063202037671
Binary1001110110101101101000100000001100111000010000011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,214,104); }

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

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

 a { background-color: rgb(78,214,104); }

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

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

 span { border-color: rgb(78,214,104); }

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