Shades of Emerald #4CC96C
Tints of Emerald #4CC96C
RGB
CMYK
RGB Variations
Color information
#4CC96C (or 0x4CC96C) is known color: Emerald. HEX triplet: 4C, C9 and 6C. RGB value is (76,201,108). Sum of RGB (Red+Green+Blue) = 76+201+108=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC96C is #B33693. Grayscale: #999999. Windows color (decimal): -11744916 or 7129420. OLE color: 7129420.
HSL color Cylindrical-coordinate representation of color #4CC96C: hue angle of 135.36º 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 #4CC96C is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 201 | 108 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.21 |
| HSL | 135.36º | 0.54% | 0.54% | - |
| HSV(B) | 135.36º | 0.62% | 0.79% | - |
| XYZ | 26.57 | 44.39 | 21.36 | - |
| YUV | 153.02 | 102.59 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 201 | 108 | 0.62 | 0 | 0.46 | 0.21 | 135.36 | 0.54 | 0.54 |
| Hex | 4C | C9 | 6C | 3E | 0 | 2E | 15 | 87 | 36 | 36 |
| Octal | 114 | 311 | 154 | 76 | 0 | 56 | 25 | 207 | 66 | 66 |
| Binary | 1001100 | 11001001 | 1101100 | 111110 | 0 | 101110 | 10101 | 10000111 | 110110 | 110110 |
Color Harmonies of #4CC96C
Complementary color
Monochromatic Colors of #4CC96C
Black with #4CC96C
Text Example
Text Example
White with #4CC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC96C; }
p { color: rgb(76,201,108); }
H1.HeaderClassName
{
color: #4CC96C;
}
.AnyTagClassName
{
color: #4CC96C;
}
</style>
background-color css
<style>
a { background-color: #4CC96C; }
a { background-color: rgb(76,201,108); }
div.DivClassName
{
background-color: #4CC96C;
}
.BgClassName
{
background-color: #4CC96C;
}
</style>
border-color css
<style>
span { border-color: #4CC96C; }
span { border-color: rgb(76,201,108); }
td.TdClassName
{
border-color: #4CC96C;
}
.TagClassName
{
border-color: #4CC96C;
}
</style>