Shades of Emerald #4BF890
Tints of Emerald #4BF890
RGB
CMYK
RGB Variations
Color information
#4BF890 (or 0x4BF890) is known color: Emerald. HEX triplet: 4B, F8 and 90. RGB value is (75,248,144). Sum of RGB (Red+Green+Blue) = 75+248+144=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF890 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF890 is #B4076F. Grayscale: #B8B8B8. Windows color (decimal): -11798384 or 9500747. OLE color: 9500747.
HSL color Cylindrical-coordinate representation of color #4BF890: hue angle of 143.93º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF890 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 248 | 144 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.03 |
| HSL | 143.93º | 0.93% | 0.63% | - |
| HSV(B) | 143.93º | 0.7% | 0.97% | - |
| XYZ | 41.5 | 70.64 | 37.83 | - |
| YUV | 184.42 | 105.19 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 248 | 144 | 0.70 | 0 | 0.42 | 0.03 | 143.93 | 0.93 | 0.63 |
| Hex | 4B | F8 | 90 | 46 | 0 | 2A | 3 | 90 | 5D | 3F |
| Octal | 113 | 370 | 220 | 106 | 0 | 52 | 3 | 220 | 135 | 77 |
| Binary | 1001011 | 11111000 | 10010000 | 1000110 | 0 | 101010 | 11 | 10010000 | 1011101 | 111111 |
Color Harmonies of #4BF890
Complementary color
Monochromatic Colors of #4BF890
Black with #4BF890
Text Example
Text Example
White with #4BF890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF890; }
p { color: rgb(75,248,144); }
H1.HeaderClassName
{
color: #4BF890;
}
.AnyTagClassName
{
color: #4BF890;
}
</style>
background-color css
<style>
a { background-color: #4BF890; }
a { background-color: rgb(75,248,144); }
div.DivClassName
{
background-color: #4BF890;
}
.BgClassName
{
background-color: #4BF890;
}
</style>
border-color css
<style>
span { border-color: #4BF890; }
span { border-color: rgb(75,248,144); }
td.TdClassName
{
border-color: #4BF890;
}
.TagClassName
{
border-color: #4BF890;
}
</style>