Shades of Emerald #4CC96D
Tints of Emerald #4CC96D
RGB
CMYK
RGB Variations
Color information
#4CC96D (or 0x4CC96D) is known color: Emerald. HEX triplet: 4C, C9 and 6D. RGB value is (76,201,109). Sum of RGB (Red+Green+Blue) = 76+201+109=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC96D is #B33692. Grayscale: #999999. Windows color (decimal): -11744915 or 7194956. OLE color: 7194956.
HSL color Cylindrical-coordinate representation of color #4CC96D: hue angle of 135.84º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC96D is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 201 | 109 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.21 |
| HSL | 135.84º | 0.54% | 0.54% | - |
| HSV(B) | 135.84º | 0.62% | 0.79% | - |
| XYZ | 26.63 | 44.41 | 21.64 | - |
| YUV | 153.14 | 103.09 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 201 | 109 | 0.62 | 0 | 0.46 | 0.21 | 135.84 | 0.54 | 0.54 |
| Hex | 4C | C9 | 6D | 3E | 0 | 2E | 15 | 88 | 36 | 36 |
| Octal | 114 | 311 | 155 | 76 | 0 | 56 | 25 | 210 | 66 | 66 |
| Binary | 1001100 | 11001001 | 1101101 | 111110 | 0 | 101110 | 10101 | 10001000 | 110110 | 110110 |
Color Harmonies of #4CC96D
Complementary color
Monochromatic Colors of #4CC96D
Black with #4CC96D
Text Example
Text Example
White with #4CC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC96D; }
p { color: rgb(76,201,109); }
H1.HeaderClassName
{
color: #4CC96D;
}
.AnyTagClassName
{
color: #4CC96D;
}
</style>
background-color css
<style>
a { background-color: #4CC96D; }
a { background-color: rgb(76,201,109); }
div.DivClassName
{
background-color: #4CC96D;
}
.BgClassName
{
background-color: #4CC96D;
}
</style>
border-color css
<style>
span { border-color: #4CC96D; }
span { border-color: rgb(76,201,109); }
td.TdClassName
{
border-color: #4CC96D;
}
.TagClassName
{
border-color: #4CC96D;
}
</style>