Shades of Emerald #4CC975
Tints of Emerald #4CC975
RGB
CMYK
RGB Variations
Color information
#4CC975 (or 0x4CC975) is known color: Emerald. HEX triplet: 4C, C9 and 75. RGB value is (76,201,117). Sum of RGB (Red+Green+Blue) = 76+201+117=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC975 is #B3368A. Grayscale: #9A9A9A. Windows color (decimal): -11744907 or 7719244. OLE color: 7719244.
HSL color Cylindrical-coordinate representation of color #4CC975: hue angle of 139.68º 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 #4CC975 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 201 | 117 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.21 |
| HSL | 139.68º | 0.54% | 0.54% | - |
| HSV(B) | 139.68º | 0.62% | 0.79% | - |
| XYZ | 27.08 | 44.59 | 24.01 | - |
| YUV | 154.05 | 107.09 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 201 | 117 | 0.62 | 0 | 0.42 | 0.21 | 139.68 | 0.54 | 0.54 |
| Hex | 4C | C9 | 75 | 3E | 0 | 2A | 15 | 8C | 36 | 36 |
| Octal | 114 | 311 | 165 | 76 | 0 | 52 | 25 | 214 | 66 | 66 |
| Binary | 1001100 | 11001001 | 1110101 | 111110 | 0 | 101010 | 10101 | 10001100 | 110110 | 110110 |
Color Harmonies of #4CC975
Complementary color
Monochromatic Colors of #4CC975
Black with #4CC975
Text Example
Text Example
White with #4CC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC975; }
p { color: rgb(76,201,117); }
H1.HeaderClassName
{
color: #4CC975;
}
.AnyTagClassName
{
color: #4CC975;
}
</style>
background-color css
<style>
a { background-color: #4CC975; }
a { background-color: rgb(76,201,117); }
div.DivClassName
{
background-color: #4CC975;
}
.BgClassName
{
background-color: #4CC975;
}
</style>
border-color css
<style>
span { border-color: #4CC975; }
span { border-color: rgb(76,201,117); }
td.TdClassName
{
border-color: #4CC975;
}
.TagClassName
{
border-color: #4CC975;
}
</style>