Shades of Emerald #4FFB94
Tints of Emerald #4FFB94
RGB
CMYK
RGB Variations
Color information
#4FFB94 (or 0x4FFB94) is known color: Emerald. HEX triplet: 4F, FB and 94. RGB value is (79,251,148). Sum of RGB (Red+Green+Blue) = 79+251+148=478 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.53% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFB94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FFB94 is #B0046B. Grayscale: #BCBCBC. Windows color (decimal): -11535468 or 9763663. OLE color: 9763663.
HSL color Cylindrical-coordinate representation of color #4FFB94: hue angle of 144.07º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFB94 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 148 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.02 |
| HSL | 144.07º | 0.96% | 0.65% | - |
| HSV(B) | 144.07º | 0.69% | 0.98% | - |
| XYZ | 43.07 | 72.79 | 39.8 | - |
| YUV | 187.83 | 105.52 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 148 | 0.69 | 0 | 0.41 | 0.02 | 144.07 | 0.96 | 0.65 |
| Hex | 4F | FB | 94 | 45 | 0 | 29 | 2 | 90 | 60 | 41 |
| Octal | 117 | 373 | 224 | 105 | 0 | 51 | 2 | 220 | 140 | 101 |
| Binary | 1001111 | 11111011 | 10010100 | 1000101 | 0 | 101001 | 10 | 10010000 | 1100000 | 1000001 |
Color Harmonies of #4FFB94
Complementary color
Monochromatic Colors of #4FFB94
Black with #4FFB94
Text Example
Text Example
White with #4FFB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFB94; }
p { color: rgb(79,251,148); }
H1.HeaderClassName
{
color: #4FFB94;
}
.AnyTagClassName
{
color: #4FFB94;
}
</style>
background-color css
<style>
a { background-color: #4FFB94; }
a { background-color: rgb(79,251,148); }
div.DivClassName
{
background-color: #4FFB94;
}
.BgClassName
{
background-color: #4FFB94;
}
</style>
border-color css
<style>
span { border-color: #4FFB94; }
span { border-color: rgb(79,251,148); }
td.TdClassName
{
border-color: #4FFB94;
}
.TagClassName
{
border-color: #4FFB94;
}
</style>