Shades of Emerald #4BF688
Tints of Emerald #4BF688
RGB
CMYK
RGB Variations
Color information
#4BF688 (or 0x4BF688) is known color: Emerald. HEX triplet: 4B, F6 and 88. RGB value is (75,246,136). Sum of RGB (Red+Green+Blue) = 75+246+136=457 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.41% from 457); Green value is 246 (96.48% from 255 or 53.83% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF688 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF688 is #B40977. Grayscale: #B6B6B6. Windows color (decimal): -11798904 or 8975947. OLE color: 8975947.
HSL color Cylindrical-coordinate representation of color #4BF688: hue angle of 141.4º 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 #4BF688 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 136 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.04 |
| HSL | 141.4º | 0.9% | 0.63% | - |
| HSV(B) | 141.4º | 0.7% | 0.96% | - |
| XYZ | 40.3 | 69.18 | 34.52 | - |
| YUV | 182.33 | 101.85 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 136 | 0.70 | 0 | 0.45 | 0.04 | 141.4 | 0.9 | 0.63 |
| Hex | 4B | F6 | 88 | 46 | 0 | 2D | 4 | 8D | 5A | 3F |
| Octal | 113 | 366 | 210 | 106 | 0 | 55 | 4 | 215 | 132 | 77 |
| Binary | 1001011 | 11110110 | 10001000 | 1000110 | 0 | 101101 | 100 | 10001101 | 1011010 | 111111 |
Color Harmonies of #4BF688
Complementary color
Monochromatic Colors of #4BF688
Black with #4BF688
Text Example
Text Example
White with #4BF688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF688; }
p { color: rgb(75,246,136); }
H1.HeaderClassName
{
color: #4BF688;
}
.AnyTagClassName
{
color: #4BF688;
}
</style>
background-color css
<style>
a { background-color: #4BF688; }
a { background-color: rgb(75,246,136); }
div.DivClassName
{
background-color: #4BF688;
}
.BgClassName
{
background-color: #4BF688;
}
</style>
border-color css
<style>
span { border-color: #4BF688; }
span { border-color: rgb(75,246,136); }
td.TdClassName
{
border-color: #4BF688;
}
.TagClassName
{
border-color: #4BF688;
}
</style>