Shades of Emerald #4CF98E
Tints of Emerald #4CF98E
RGB
CMYK
RGB Variations
Color information
#4CF98E (or 0x4CF98E) is known color: Emerald. HEX triplet: 4C, F9 and 8E. RGB value is (76,249,142). Sum of RGB (Red+Green+Blue) = 76+249+142=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF98E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF98E is #B30671. Grayscale: #B9B9B9. Windows color (decimal): -11732594 or 9369932. OLE color: 9369932.
HSL color Cylindrical-coordinate representation of color #4CF98E: hue angle of 142.89º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF98E is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 142 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.02 |
| HSL | 142.89º | 0.94% | 0.64% | - |
| HSV(B) | 142.89º | 0.69% | 0.98% | - |
| XYZ | 41.74 | 71.24 | 37.14 | - |
| YUV | 185.08 | 103.69 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 142 | 0.69 | 0 | 0.43 | 0.02 | 142.89 | 0.94 | 0.64 |
| Hex | 4C | F9 | 8E | 45 | 0 | 2B | 2 | 8F | 5E | 40 |
| Octal | 114 | 371 | 216 | 105 | 0 | 53 | 2 | 217 | 136 | 100 |
| Binary | 1001100 | 11111001 | 10001110 | 1000101 | 0 | 101011 | 10 | 10001111 | 1011110 | 1000000 |
Color Harmonies of #4CF98E
Complementary color
Monochromatic Colors of #4CF98E
Black with #4CF98E
Text Example
Text Example
White with #4CF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF98E; }
p { color: rgb(76,249,142); }
H1.HeaderClassName
{
color: #4CF98E;
}
.AnyTagClassName
{
color: #4CF98E;
}
</style>
background-color css
<style>
a { background-color: #4CF98E; }
a { background-color: rgb(76,249,142); }
div.DivClassName
{
background-color: #4CF98E;
}
.BgClassName
{
background-color: #4CF98E;
}
</style>
border-color css
<style>
span { border-color: #4CF98E; }
span { border-color: rgb(76,249,142); }
td.TdClassName
{
border-color: #4CF98E;
}
.TagClassName
{
border-color: #4CF98E;
}
</style>