Shades of Emerald #4CD666
Tints of Emerald #4CD666
RGB
CMYK
RGB Variations
Color information
#4CD666 (or 0x4CD666) is known color: Emerald. HEX triplet: 4C, D6 and 66. RGB value is (76,214,102). Sum of RGB (Red+Green+Blue) = 76+214+102=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 214 (83.98% from 255 or 54.59% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD666 is #B32999. Grayscale: #A0A0A0. Windows color (decimal): -11741594 or 6739532. OLE color: 6739532.
HSL color Cylindrical-coordinate representation of color #4CD666: hue angle of 131.3º degrees, saturation: 0.63, 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 #4CD666 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 214 | 102 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.16 |
| HSL | 131.3º | 0.63% | 0.57% | - |
| HSV(B) | 131.3º | 0.64% | 0.84% | - |
| XYZ | 29.43 | 50.59 | 20.78 | - |
| YUV | 159.97 | 95.28 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 214 | 102 | 0.64 | 0 | 0.52 | 0.16 | 131.3 | 0.63 | 0.57 |
| Hex | 4C | D6 | 66 | 40 | 0 | 34 | 10 | 83 | 3F | 39 |
| Octal | 114 | 326 | 146 | 100 | 0 | 64 | 20 | 203 | 77 | 71 |
| Binary | 1001100 | 11010110 | 1100110 | 1000000 | 0 | 110100 | 10000 | 10000011 | 111111 | 111001 |
Color Harmonies of #4CD666
Complementary color
Monochromatic Colors of #4CD666
Black with #4CD666
Text Example
Text Example
White with #4CD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD666; }
p { color: rgb(76,214,102); }
H1.HeaderClassName
{
color: #4CD666;
}
.AnyTagClassName
{
color: #4CD666;
}
</style>
background-color css
<style>
a { background-color: #4CD666; }
a { background-color: rgb(76,214,102); }
div.DivClassName
{
background-color: #4CD666;
}
.BgClassName
{
background-color: #4CD666;
}
</style>
border-color css
<style>
span { border-color: #4CD666; }
span { border-color: rgb(76,214,102); }
td.TdClassName
{
border-color: #4CD666;
}
.TagClassName
{
border-color: #4CD666;
}
</style>