Shades of Emerald #4BDF85
Tints of Emerald #4BDF85
RGB
CMYK
RGB Variations
Color information
#4BDF85 (or 0x4BDF85) is known color: Emerald. HEX triplet: 4B, DF and 85. RGB value is (75,223,133). Sum of RGB (Red+Green+Blue) = 75+223+133=431 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.40% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDF85 is #B4207A. Grayscale: #A8A8A8. Windows color (decimal): -11804795 or 8773451. OLE color: 8773451.
HSL color Cylindrical-coordinate representation of color #4BDF85: hue angle of 143.51º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDF85 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 133 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.13 |
| HSL | 143.51º | 0.7% | 0.58% | - |
| HSV(B) | 143.51º | 0.66% | 0.87% | - |
| XYZ | 33.52 | 55.96 | 31.23 | - |
| YUV | 168.49 | 107.97 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 133 | 0.66 | 0 | 0.40 | 0.13 | 143.51 | 0.7 | 0.58 |
| Hex | 4B | DF | 85 | 42 | 0 | 28 | D | 90 | 46 | 3A |
| Octal | 113 | 337 | 205 | 102 | 0 | 50 | 15 | 220 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10000101 | 1000010 | 0 | 101000 | 1101 | 10010000 | 1000110 | 111010 |
Color Harmonies of #4BDF85
Complementary color
Monochromatic Colors of #4BDF85
Black with #4BDF85
Text Example
Text Example
White with #4BDF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF85; }
p { color: rgb(75,223,133); }
H1.HeaderClassName
{
color: #4BDF85;
}
.AnyTagClassName
{
color: #4BDF85;
}
</style>
background-color css
<style>
a { background-color: #4BDF85; }
a { background-color: rgb(75,223,133); }
div.DivClassName
{
background-color: #4BDF85;
}
.BgClassName
{
background-color: #4BDF85;
}
</style>
border-color css
<style>
span { border-color: #4BDF85; }
span { border-color: rgb(75,223,133); }
td.TdClassName
{
border-color: #4BDF85;
}
.TagClassName
{
border-color: #4BDF85;
}
</style>