Shades of Emerald #4BCF8D
Tints of Emerald #4BCF8D
RGB
CMYK
RGB Variations
Color information
#4BCF8D (or 0x4BCF8D) is known color: Emerald. HEX triplet: 4B, CF and 8D. RGB value is (75,207,141). Sum of RGB (Red+Green+Blue) = 75+207+141=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCF8D is #B43072. Grayscale: #A0A0A0. Windows color (decimal): -11808883 or 9293643. OLE color: 9293643.
HSL color Cylindrical-coordinate representation of color #4BCF8D: hue angle of 150º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCF8D is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 207 | 141 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.19 |
| HSL | 150º | 0.58% | 0.55% | - |
| HSV(B) | 150º | 0.64% | 0.81% | - |
| XYZ | 30.02 | 48.04 | 32.89 | - |
| YUV | 160.01 | 117.27 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 141 | 0.64 | 0 | 0.32 | 0.19 | 150 | 0.58 | 0.55 |
| Hex | 4B | CF | 8D | 40 | 0 | 20 | 13 | 96 | 3A | 37 |
| Octal | 113 | 317 | 215 | 100 | 0 | 40 | 23 | 226 | 72 | 67 |
| Binary | 1001011 | 11001111 | 10001101 | 1000000 | 0 | 100000 | 10011 | 10010110 | 111010 | 110111 |
Color Harmonies of #4BCF8D
Complementary color
Monochromatic Colors of #4BCF8D
Black with #4BCF8D
Text Example
Text Example
White with #4BCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCF8D; }
p { color: rgb(75,207,141); }
H1.HeaderClassName
{
color: #4BCF8D;
}
.AnyTagClassName
{
color: #4BCF8D;
}
</style>
background-color css
<style>
a { background-color: #4BCF8D; }
a { background-color: rgb(75,207,141); }
div.DivClassName
{
background-color: #4BCF8D;
}
.BgClassName
{
background-color: #4BCF8D;
}
</style>
border-color css
<style>
span { border-color: #4BCF8D; }
span { border-color: rgb(75,207,141); }
td.TdClassName
{
border-color: #4BCF8D;
}
.TagClassName
{
border-color: #4BCF8D;
}
</style>