Shades of Emerald #4CD16C
Tints of Emerald #4CD16C
RGB
CMYK
RGB Variations
Color information
#4CD16C (or 0x4CD16C) is known color: Emerald. HEX triplet: 4C, D1 and 6C. RGB value is (76,209,108). Sum of RGB (Red+Green+Blue) = 76+209+108=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD16C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD16C is #B32E93. Grayscale: #9D9D9D. Windows color (decimal): -11742868 or 7131468. OLE color: 7131468.
HSL color Cylindrical-coordinate representation of color #4CD16C: hue angle of 134.44º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD16C is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 209 | 108 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.18 |
| HSL | 134.44º | 0.59% | 0.56% | - |
| HSV(B) | 134.44º | 0.64% | 0.82% | - |
| XYZ | 28.49 | 48.22 | 21.99 | - |
| YUV | 157.72 | 99.94 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 209 | 108 | 0.64 | 0 | 0.48 | 0.18 | 134.44 | 0.59 | 0.56 |
| Hex | 4C | D1 | 6C | 40 | 0 | 30 | 12 | 86 | 3B | 38 |
| Octal | 114 | 321 | 154 | 100 | 0 | 60 | 22 | 206 | 73 | 70 |
| Binary | 1001100 | 11010001 | 1101100 | 1000000 | 0 | 110000 | 10010 | 10000110 | 111011 | 111000 |
Color Harmonies of #4CD16C
Complementary color
Monochromatic Colors of #4CD16C
Black with #4CD16C
Text Example
Text Example
White with #4CD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD16C; }
p { color: rgb(76,209,108); }
H1.HeaderClassName
{
color: #4CD16C;
}
.AnyTagClassName
{
color: #4CD16C;
}
</style>
background-color css
<style>
a { background-color: #4CD16C; }
a { background-color: rgb(76,209,108); }
div.DivClassName
{
background-color: #4CD16C;
}
.BgClassName
{
background-color: #4CD16C;
}
</style>
border-color css
<style>
span { border-color: #4CD16C; }
span { border-color: rgb(76,209,108); }
td.TdClassName
{
border-color: #4CD16C;
}
.TagClassName
{
border-color: #4CD16C;
}
</style>