Shades of Emerald #4ED65C
Tints of Emerald #4ED65C
RGB
CMYK
RGB Variations
Color information
#4ED65C (or 0x4ED65C) is known color: Emerald. HEX triplet: 4E, D6 and 5C. RGB value is (78,214,92). Sum of RGB (Red+Green+Blue) = 78+214+92=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED65C is #B129A3. Grayscale: #9F9F9F. Windows color (decimal): -11610532 or 6084174. OLE color: 6084174.
HSL color Cylindrical-coordinate representation of color #4ED65C: hue angle of 126.18º 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 #4ED65C is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 214 | 92 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.16 |
| HSL | 126.18º | 0.62% | 0.57% | - |
| HSV(B) | 126.18º | 0.64% | 0.84% | - |
| XYZ | 29.12 | 50.49 | 18.34 | - |
| YUV | 159.43 | 89.94 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 214 | 92 | 0.64 | 0 | 0.57 | 0.16 | 126.18 | 0.62 | 0.57 |
| Hex | 4E | D6 | 5C | 40 | 0 | 39 | 10 | 7E | 3E | 39 |
| Octal | 116 | 326 | 134 | 100 | 0 | 71 | 20 | 176 | 76 | 71 |
| Binary | 1001110 | 11010110 | 1011100 | 1000000 | 0 | 111001 | 10000 | 1111110 | 111110 | 111001 |
Color Harmonies of #4ED65C
Complementary color
Monochromatic Colors of #4ED65C
Black with #4ED65C
Text Example
Text Example
White with #4ED65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED65C; }
p { color: rgb(78,214,92); }
H1.HeaderClassName
{
color: #4ED65C;
}
.AnyTagClassName
{
color: #4ED65C;
}
</style>
background-color css
<style>
a { background-color: #4ED65C; }
a { background-color: rgb(78,214,92); }
div.DivClassName
{
background-color: #4ED65C;
}
.BgClassName
{
background-color: #4ED65C;
}
</style>
border-color css
<style>
span { border-color: #4ED65C; }
span { border-color: rgb(78,214,92); }
td.TdClassName
{
border-color: #4ED65C;
}
.TagClassName
{
border-color: #4ED65C;
}
</style>