Shades of Emerald #4CC965
Tints of Emerald #4CC965
RGB
CMYK
RGB Variations
Color information
#4CC965 (or 0x4CC965) is known color: Emerald. HEX triplet: 4C, C9 and 65. RGB value is (76,201,101). Sum of RGB (Red+Green+Blue) = 76+201+101=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC965 is #B3369A. Grayscale: #989898. Windows color (decimal): -11744923 or 6670668. OLE color: 6670668.
HSL color Cylindrical-coordinate representation of color #4CC965: hue angle of 132º 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 #4CC965 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 201 | 101 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.21 |
| HSL | 132º | 0.54% | 0.54% | - |
| HSV(B) | 132º | 0.62% | 0.79% | - |
| XYZ | 26.22 | 44.25 | 19.47 | - |
| YUV | 152.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 201 | 101 | 0.62 | 0 | 0.50 | 0.21 | 132 | 0.54 | 0.54 |
| Hex | 4C | C9 | 65 | 3E | 0 | 32 | 15 | 84 | 36 | 36 |
| Octal | 114 | 311 | 145 | 76 | 0 | 62 | 25 | 204 | 66 | 66 |
| Binary | 1001100 | 11001001 | 1100101 | 111110 | 0 | 110010 | 10101 | 10000100 | 110110 | 110110 |
Color Harmonies of #4CC965
Complementary color
Monochromatic Colors of #4CC965
Black with #4CC965
Text Example
Text Example
White with #4CC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC965; }
p { color: rgb(76,201,101); }
H1.HeaderClassName
{
color: #4CC965;
}
.AnyTagClassName
{
color: #4CC965;
}
</style>
background-color css
<style>
a { background-color: #4CC965; }
a { background-color: rgb(76,201,101); }
div.DivClassName
{
background-color: #4CC965;
}
.BgClassName
{
background-color: #4CC965;
}
</style>
border-color css
<style>
span { border-color: #4CC965; }
span { border-color: rgb(76,201,101); }
td.TdClassName
{
border-color: #4CC965;
}
.TagClassName
{
border-color: #4CC965;
}
</style>