Shades of Emerald #4CF078
Tints of Emerald #4CF078
RGB
CMYK
RGB Variations
Color information
#4CF078 (or 0x4CF078) is known color: Emerald. HEX triplet: 4C, F0 and 78. RGB value is (76,240,120). Sum of RGB (Red+Green+Blue) = 76+240+120=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF078 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF078 is #B30F87. Grayscale: #B1B1B1. Windows color (decimal): -11734920 or 7925836. OLE color: 7925836.
HSL color Cylindrical-coordinate representation of color #4CF078: hue angle of 136.1º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF078 is Cyan = 0.68, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 240 | 120 | - |
| CMYK | 0.68 | 0 | 0.5 | 0.06 |
| HSL | 136.1º | 0.85% | 0.62% | - |
| HSV(B) | 136.1º | 0.68% | 0.94% | - |
| XYZ | 37.53 | 65.21 | 28.38 | - |
| YUV | 177.28 | 95.67 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 240 | 120 | 0.68 | 0 | 0.5 | 0.06 | 136.1 | 0.85 | 0.62 |
| Hex | 4C | F0 | 78 | 44 | 0 | 32 | 6 | 88 | 55 | 3E |
| Octal | 114 | 360 | 170 | 104 | 0 | 62 | 6 | 210 | 125 | 76 |
| Binary | 1001100 | 11110000 | 1111000 | 1000100 | 0 | 110010 | 110 | 10001000 | 1010101 | 111110 |
Color Harmonies of #4CF078
Complementary color
Monochromatic Colors of #4CF078
Black with #4CF078
Text Example
Text Example
White with #4CF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF078; }
p { color: rgb(76,240,120); }
H1.HeaderClassName
{
color: #4CF078;
}
.AnyTagClassName
{
color: #4CF078;
}
</style>
background-color css
<style>
a { background-color: #4CF078; }
a { background-color: rgb(76,240,120); }
div.DivClassName
{
background-color: #4CF078;
}
.BgClassName
{
background-color: #4CF078;
}
</style>
border-color css
<style>
span { border-color: #4CF078; }
span { border-color: rgb(76,240,120); }
td.TdClassName
{
border-color: #4CF078;
}
.TagClassName
{
border-color: #4CF078;
}
</style>