Shades of Emerald #4BCF83
Tints of Emerald #4BCF83
RGB
CMYK
RGB Variations
Color information
#4BCF83 (or 0x4BCF83) is known color: Emerald. HEX triplet: 4B, CF and 83. RGB value is (75,207,131). Sum of RGB (Red+Green+Blue) = 75+207+131=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCF83 is #B4307C. Grayscale: #9F9F9F. Windows color (decimal): -11808893 or 8638283. OLE color: 8638283.
HSL color Cylindrical-coordinate representation of color #4BCF83: hue angle of 145.45º 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 #4BCF83 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 207 | 131 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.19 |
| HSL | 145.45º | 0.58% | 0.55% | - |
| HSV(B) | 145.45º | 0.64% | 0.81% | - |
| XYZ | 29.31 | 47.76 | 29.15 | - |
| YUV | 158.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 207 | 131 | 0.64 | 0 | 0.37 | 0.19 | 145.45 | 0.58 | 0.55 |
| Hex | 4B | CF | 83 | 40 | 0 | 25 | 13 | 91 | 3A | 37 |
| Octal | 113 | 317 | 203 | 100 | 0 | 45 | 23 | 221 | 72 | 67 |
| Binary | 1001011 | 11001111 | 10000011 | 1000000 | 0 | 100101 | 10011 | 10010001 | 111010 | 110111 |
Color Harmonies of #4BCF83
Complementary color
Monochromatic Colors of #4BCF83
Black with #4BCF83
Text Example
Text Example
White with #4BCF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCF83; }
p { color: rgb(75,207,131); }
H1.HeaderClassName
{
color: #4BCF83;
}
.AnyTagClassName
{
color: #4BCF83;
}
</style>
background-color css
<style>
a { background-color: #4BCF83; }
a { background-color: rgb(75,207,131); }
div.DivClassName
{
background-color: #4BCF83;
}
.BgClassName
{
background-color: #4BCF83;
}
</style>
border-color css
<style>
span { border-color: #4BCF83; }
span { border-color: rgb(75,207,131); }
td.TdClassName
{
border-color: #4BCF83;
}
.TagClassName
{
border-color: #4BCF83;
}
</style>