Shades of Emerald #4BD95E
Tints of Emerald #4BD95E
RGB
CMYK
RGB Variations
Color information
#4BD95E (or 0x4BD95E) is known color: Emerald. HEX triplet: 4B, D9 and 5E. RGB value is (75,217,94). Sum of RGB (Red+Green+Blue) = 75+217+94=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #4BD95E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD95E is #B426A1. Grayscale: #A0A0A0. Windows color (decimal): -11806370 or 6216011. OLE color: 6216011.
HSL color Cylindrical-coordinate representation of color #4BD95E: hue angle of 128.03º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD95E is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 217 | 94 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.15 |
| HSL | 128.03º | 0.65% | 0.57% | - |
| HSV(B) | 128.03º | 0.65% | 0.85% | - |
| XYZ | 29.73 | 51.93 | 19.05 | - |
| YUV | 160.52 | 90.46 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 217 | 94 | 0.65 | 0 | 0.57 | 0.15 | 128.03 | 0.65 | 0.57 |
| Hex | 4B | D9 | 5E | 41 | 0 | 39 | F | 80 | 41 | 39 |
| Octal | 113 | 331 | 136 | 101 | 0 | 71 | 17 | 200 | 101 | 71 |
| Binary | 1001011 | 11011001 | 1011110 | 1000001 | 0 | 111001 | 1111 | 10000000 | 1000001 | 111001 |
Color Harmonies of #4BD95E
Complementary color
Monochromatic Colors of #4BD95E
Black with #4BD95E
Text Example
Text Example
White with #4BD95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD95E; }
p { color: rgb(75,217,94); }
H1.HeaderClassName
{
color: #4BD95E;
}
.AnyTagClassName
{
color: #4BD95E;
}
</style>
background-color css
<style>
a { background-color: #4BD95E; }
a { background-color: rgb(75,217,94); }
div.DivClassName
{
background-color: #4BD95E;
}
.BgClassName
{
background-color: #4BD95E;
}
</style>
border-color css
<style>
span { border-color: #4BD95E; }
span { border-color: rgb(75,217,94); }
td.TdClassName
{
border-color: #4BD95E;
}
.TagClassName
{
border-color: #4BD95E;
}
</style>