Shades of Emerald #4CF07F
Tints of Emerald #4CF07F
RGB
CMYK
RGB Variations
Color information
#4CF07F (or 0x4CF07F) is known color: Emerald. HEX triplet: 4C, F0 and 7F. RGB value is (76,240,127). Sum of RGB (Red+Green+Blue) = 76+240+127=443 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.16% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF07F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF07F is #B30F80. Grayscale: #B2B2B2. Windows color (decimal): -11734913 or 8384588. OLE color: 8384588.
HSL color Cylindrical-coordinate representation of color #4CF07F: hue angle of 138.66º 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 #4CF07F is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 240 | 127 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.06 |
| HSL | 138.66º | 0.85% | 0.62% | - |
| HSV(B) | 138.66º | 0.68% | 0.94% | - |
| XYZ | 37.97 | 65.39 | 30.7 | - |
| YUV | 178.08 | 99.17 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 240 | 127 | 0.68 | 0 | 0.47 | 0.06 | 138.66 | 0.85 | 0.62 |
| Hex | 4C | F0 | 7F | 44 | 0 | 2F | 6 | 8B | 55 | 3E |
| Octal | 114 | 360 | 177 | 104 | 0 | 57 | 6 | 213 | 125 | 76 |
| Binary | 1001100 | 11110000 | 1111111 | 1000100 | 0 | 101111 | 110 | 10001011 | 1010101 | 111110 |
Color Harmonies of #4CF07F
Complementary color
Monochromatic Colors of #4CF07F
Black with #4CF07F
Text Example
Text Example
White with #4CF07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF07F; }
p { color: rgb(76,240,127); }
H1.HeaderClassName
{
color: #4CF07F;
}
.AnyTagClassName
{
color: #4CF07F;
}
</style>
background-color css
<style>
a { background-color: #4CF07F; }
a { background-color: rgb(76,240,127); }
div.DivClassName
{
background-color: #4CF07F;
}
.BgClassName
{
background-color: #4CF07F;
}
</style>
border-color css
<style>
span { border-color: #4CF07F; }
span { border-color: rgb(76,240,127); }
td.TdClassName
{
border-color: #4CF07F;
}
.TagClassName
{
border-color: #4CF07F;
}
</style>