Shades of Emerald #4CC985
Tints of Emerald #4CC985
RGB
CMYK
RGB Variations
Color information
#4CC985 (or 0x4CC985) is known color: Emerald. HEX triplet: 4C, C9 and 85. RGB value is (76,201,133). Sum of RGB (Red+Green+Blue) = 76+201+133=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC985 is #B3367A. Grayscale: #9C9C9C. Windows color (decimal): -11744891 or 8767820. OLE color: 8767820.
HSL color Cylindrical-coordinate representation of color #4CC985: hue angle of 147.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 #4CC985 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 201 | 133 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.21 |
| HSL | 147.36º | 0.54% | 0.54% | - |
| HSV(B) | 147.36º | 0.62% | 0.79% | - |
| XYZ | 28.1 | 45 | 29.4 | - |
| YUV | 155.87 | 115.09 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 201 | 133 | 0.62 | 0 | 0.34 | 0.21 | 147.36 | 0.54 | 0.54 |
| Hex | 4C | C9 | 85 | 3E | 0 | 22 | 15 | 93 | 36 | 36 |
| Octal | 114 | 311 | 205 | 76 | 0 | 42 | 25 | 223 | 66 | 66 |
| Binary | 1001100 | 11001001 | 10000101 | 111110 | 0 | 100010 | 10101 | 10010011 | 110110 | 110110 |
Color Harmonies of #4CC985
Complementary color
Monochromatic Colors of #4CC985
Black with #4CC985
Text Example
Text Example
White with #4CC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC985; }
p { color: rgb(76,201,133); }
H1.HeaderClassName
{
color: #4CC985;
}
.AnyTagClassName
{
color: #4CC985;
}
</style>
background-color css
<style>
a { background-color: #4CC985; }
a { background-color: rgb(76,201,133); }
div.DivClassName
{
background-color: #4CC985;
}
.BgClassName
{
background-color: #4CC985;
}
</style>
border-color css
<style>
span { border-color: #4CC985; }
span { border-color: rgb(76,201,133); }
td.TdClassName
{
border-color: #4CC985;
}
.TagClassName
{
border-color: #4CC985;
}
</style>