Shades of Emerald #4BF686
Tints of Emerald #4BF686
RGB
CMYK
RGB Variations
Color information
#4BF686 (or 0x4BF686) is known color: Emerald. HEX triplet: 4B, F6 and 86. RGB value is (75,246,134). Sum of RGB (Red+Green+Blue) = 75+246+134=455 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.48% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF686 is #B40979. Grayscale: #B6B6B6. Windows color (decimal): -11798906 or 8844875. OLE color: 8844875.
HSL color Cylindrical-coordinate representation of color #4BF686: hue angle of 140.7º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF686 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 134 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.04 |
| HSL | 140.7º | 0.9% | 0.63% | - |
| HSV(B) | 140.7º | 0.7% | 0.96% | - |
| XYZ | 40.16 | 69.13 | 33.78 | - |
| YUV | 182.1 | 100.85 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 134 | 0.70 | 0 | 0.46 | 0.04 | 140.7 | 0.9 | 0.63 |
| Hex | 4B | F6 | 86 | 46 | 0 | 2E | 4 | 8D | 5A | 3F |
| Octal | 113 | 366 | 206 | 106 | 0 | 56 | 4 | 215 | 132 | 77 |
| Binary | 1001011 | 11110110 | 10000110 | 1000110 | 0 | 101110 | 100 | 10001101 | 1011010 | 111111 |
Color Harmonies of #4BF686
Complementary color
Monochromatic Colors of #4BF686
Black with #4BF686
Text Example
Text Example
White with #4BF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF686; }
p { color: rgb(75,246,134); }
H1.HeaderClassName
{
color: #4BF686;
}
.AnyTagClassName
{
color: #4BF686;
}
</style>
background-color css
<style>
a { background-color: #4BF686; }
a { background-color: rgb(75,246,134); }
div.DivClassName
{
background-color: #4BF686;
}
.BgClassName
{
background-color: #4BF686;
}
</style>
border-color css
<style>
span { border-color: #4BF686; }
span { border-color: rgb(75,246,134); }
td.TdClassName
{
border-color: #4BF686;
}
.TagClassName
{
border-color: #4BF686;
}
</style>