Shades of Emerald #4CD66C
Tints of Emerald #4CD66C
RGB
CMYK
RGB Variations
Color information
#4CD66C (or 0x4CD66C) is known color: Emerald. HEX triplet: 4C, D6 and 6C. RGB value is (76,214,108). Sum of RGB (Red+Green+Blue) = 76+214+108=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD66C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD66C is #B32993. Grayscale: #A0A0A0. Windows color (decimal): -11741588 or 7132748. OLE color: 7132748.
HSL color Cylindrical-coordinate representation of color #4CD66C: hue angle of 133.91º 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 #4CD66C is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 214 | 108 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.16 |
| HSL | 133.91º | 0.63% | 0.57% | - |
| HSV(B) | 133.91º | 0.64% | 0.84% | - |
| XYZ | 29.73 | 50.71 | 22.41 | - |
| YUV | 160.65 | 98.28 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 214 | 108 | 0.64 | 0 | 0.50 | 0.16 | 133.91 | 0.63 | 0.57 |
| Hex | 4C | D6 | 6C | 40 | 0 | 32 | 10 | 86 | 3F | 39 |
| Octal | 114 | 326 | 154 | 100 | 0 | 62 | 20 | 206 | 77 | 71 |
| Binary | 1001100 | 11010110 | 1101100 | 1000000 | 0 | 110010 | 10000 | 10000110 | 111111 | 111001 |
Color Harmonies of #4CD66C
Complementary color
Monochromatic Colors of #4CD66C
Black with #4CD66C
Text Example
Text Example
White with #4CD66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD66C; }
p { color: rgb(76,214,108); }
H1.HeaderClassName
{
color: #4CD66C;
}
.AnyTagClassName
{
color: #4CD66C;
}
</style>
background-color css
<style>
a { background-color: #4CD66C; }
a { background-color: rgb(76,214,108); }
div.DivClassName
{
background-color: #4CD66C;
}
.BgClassName
{
background-color: #4CD66C;
}
</style>
border-color css
<style>
span { border-color: #4CD66C; }
span { border-color: rgb(76,214,108); }
td.TdClassName
{
border-color: #4CD66C;
}
.TagClassName
{
border-color: #4CD66C;
}
</style>