Shades of Emerald #4BD07E
Tints of Emerald #4BD07E
RGB
CMYK
RGB Variations
Color information
#4BD07E (or 0x4BD07E) is known color: Emerald. HEX triplet: 4B, D0 and 7E. RGB value is (75,208,126). Sum of RGB (Red+Green+Blue) = 75+208+126=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD07E is #B42F81. Grayscale: #9F9F9F. Windows color (decimal): -11808642 or 8310859. OLE color: 8310859.
HSL color Cylindrical-coordinate representation of color #4BD07E: hue angle of 143.01º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD07E is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 126 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.18 |
| HSL | 143.01º | 0.59% | 0.55% | - |
| HSV(B) | 143.01º | 0.64% | 0.82% | - |
| XYZ | 29.22 | 48.11 | 27.49 | - |
| YUV | 158.89 | 109.44 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 126 | 0.64 | 0 | 0.39 | 0.18 | 143.01 | 0.59 | 0.55 |
| Hex | 4B | D0 | 7E | 40 | 0 | 27 | 12 | 8F | 3B | 37 |
| Octal | 113 | 320 | 176 | 100 | 0 | 47 | 22 | 217 | 73 | 67 |
| Binary | 1001011 | 11010000 | 1111110 | 1000000 | 0 | 100111 | 10010 | 10001111 | 111011 | 110111 |
Color Harmonies of #4BD07E
Complementary color
Monochromatic Colors of #4BD07E
Black with #4BD07E
Text Example
Text Example
White with #4BD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD07E; }
p { color: rgb(75,208,126); }
H1.HeaderClassName
{
color: #4BD07E;
}
.AnyTagClassName
{
color: #4BD07E;
}
</style>
background-color css
<style>
a { background-color: #4BD07E; }
a { background-color: rgb(75,208,126); }
div.DivClassName
{
background-color: #4BD07E;
}
.BgClassName
{
background-color: #4BD07E;
}
</style>
border-color css
<style>
span { border-color: #4BD07E; }
span { border-color: rgb(75,208,126); }
td.TdClassName
{
border-color: #4BD07E;
}
.TagClassName
{
border-color: #4BD07E;
}
</style>