Shades of Emerald #4CF07D
Tints of Emerald #4CF07D
RGB
CMYK
RGB Variations
Color information
#4CF07D (or 0x4CF07D) is known color: Emerald. HEX triplet: 4C, F0 and 7D. RGB value is (76,240,125). Sum of RGB (Red+Green+Blue) = 76+240+125=441 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.23% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF07D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF07D is #B30F82. Grayscale: #B2B2B2. Windows color (decimal): -11734915 or 8253516. OLE color: 8253516.
HSL color Cylindrical-coordinate representation of color #4CF07D: hue angle of 137.93º 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 #4CF07D is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 240 | 125 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.06 |
| HSL | 137.93º | 0.85% | 0.62% | - |
| HSV(B) | 137.93º | 0.68% | 0.94% | - |
| XYZ | 37.84 | 65.34 | 30.02 | - |
| YUV | 177.85 | 98.17 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 240 | 125 | 0.68 | 0 | 0.48 | 0.06 | 137.93 | 0.85 | 0.62 |
| Hex | 4C | F0 | 7D | 44 | 0 | 30 | 6 | 8A | 55 | 3E |
| Octal | 114 | 360 | 175 | 104 | 0 | 60 | 6 | 212 | 125 | 76 |
| Binary | 1001100 | 11110000 | 1111101 | 1000100 | 0 | 110000 | 110 | 10001010 | 1010101 | 111110 |
Color Harmonies of #4CF07D
Complementary color
Monochromatic Colors of #4CF07D
Black with #4CF07D
Text Example
Text Example
White with #4CF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF07D; }
p { color: rgb(76,240,125); }
H1.HeaderClassName
{
color: #4CF07D;
}
.AnyTagClassName
{
color: #4CF07D;
}
</style>
background-color css
<style>
a { background-color: #4CF07D; }
a { background-color: rgb(76,240,125); }
div.DivClassName
{
background-color: #4CF07D;
}
.BgClassName
{
background-color: #4CF07D;
}
</style>
border-color css
<style>
span { border-color: #4CF07D; }
span { border-color: rgb(76,240,125); }
td.TdClassName
{
border-color: #4CF07D;
}
.TagClassName
{
border-color: #4CF07D;
}
</style>