#4EDF66

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

Shades of Emerald #4EDF66

Tints of Emerald #4EDF66

Color information

#4EDF66 (or 0x4EDF66) is unknown color: approx Emerald. HEX triplet: 4E, DF and 66. RGB value is (78,223,102). Sum of RGB (Red+Green+Blue) = 78+223+102=403 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.35% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDF66 is #B12099. Grayscale: #A6A6A6. Windows color (decimal): -11608218 or 6741838. OLE color: 6741838.

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

Color convert

RGB78223102-
CMYK0.6500.540.13
HSL129.93º69.38%59.02%-
HSV(B)129.93º65.02%87.45%-
XYZ31.9355.3521.57-
YUV165.8591.9665.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.35%
GREEN value IS 223 (87.5% from 255) = 55.33%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=19.35%
G=55.33%
B=25.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782231020.6500.540.13129.9369.3859.02
Hex4EDF6641036D82453b
Octal1163371461010661520210573
Binary1001110110111111100110100000101101101101100000101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,223,102); }

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

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

 a { background-color: rgb(78,223,102); }

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

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

 span { border-color: rgb(78,223,102); }

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