Shades of Emerald #4BFB8D
Tints of Emerald #4BFB8D
RGB
CMYK
RGB Variations
Color information
#4BFB8D (or 0x4BFB8D) is known color: Emerald. HEX triplet: 4B, FB and 8D. RGB value is (75,251,141). Sum of RGB (Red+Green+Blue) = 75+251+141=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFB8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFB8D is #B40472. Grayscale: #BABABA. Windows color (decimal): -11797619 or 9304907. OLE color: 9304907.
HSL color Cylindrical-coordinate representation of color #4BFB8D: hue angle of 142.5º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFB8D is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 141 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.02 |
| HSL | 142.5º | 0.96% | 0.64% | - |
| HSV(B) | 142.5º | 0.7% | 0.98% | - |
| XYZ | 42.21 | 72.41 | 36.95 | - |
| YUV | 185.84 | 102.69 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 141 | 0.70 | 0 | 0.44 | 0.02 | 142.5 | 0.96 | 0.64 |
| Hex | 4B | FB | 8D | 46 | 0 | 2C | 2 | 8E | 60 | 40 |
| Octal | 113 | 373 | 215 | 106 | 0 | 54 | 2 | 216 | 140 | 100 |
| Binary | 1001011 | 11111011 | 10001101 | 1000110 | 0 | 101100 | 10 | 10001110 | 1100000 | 1000000 |
Color Harmonies of #4BFB8D
Complementary color
Monochromatic Colors of #4BFB8D
Black with #4BFB8D
Text Example
Text Example
White with #4BFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFB8D; }
p { color: rgb(75,251,141); }
H1.HeaderClassName
{
color: #4BFB8D;
}
.AnyTagClassName
{
color: #4BFB8D;
}
</style>
background-color css
<style>
a { background-color: #4BFB8D; }
a { background-color: rgb(75,251,141); }
div.DivClassName
{
background-color: #4BFB8D;
}
.BgClassName
{
background-color: #4BFB8D;
}
</style>
border-color css
<style>
span { border-color: #4BFB8D; }
span { border-color: rgb(75,251,141); }
td.TdClassName
{
border-color: #4BFB8D;
}
.TagClassName
{
border-color: #4BFB8D;
}
</style>