Shades of Emerald #4BD07C
Tints of Emerald #4BD07C
RGB
CMYK
RGB Variations
Color information
#4BD07C (or 0x4BD07C) is known color: Emerald. HEX triplet: 4B, D0 and 7C. RGB value is (75,208,124). Sum of RGB (Red+Green+Blue) = 75+208+124=407 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.43% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD07C is #B42F83. Grayscale: #9E9E9E. Windows color (decimal): -11808644 or 8179787. OLE color: 8179787.
HSL color Cylindrical-coordinate representation of color #4BD07C: hue angle of 142.11º 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 #4BD07C is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 124 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.18 |
| HSL | 142.11º | 0.59% | 0.55% | - |
| HSV(B) | 142.11º | 0.64% | 0.82% | - |
| XYZ | 29.1 | 48.06 | 26.81 | - |
| YUV | 158.66 | 108.44 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 124 | 0.64 | 0 | 0.40 | 0.18 | 142.11 | 0.59 | 0.55 |
| Hex | 4B | D0 | 7C | 40 | 0 | 28 | 12 | 8E | 3B | 37 |
| Octal | 113 | 320 | 174 | 100 | 0 | 50 | 22 | 216 | 73 | 67 |
| Binary | 1001011 | 11010000 | 1111100 | 1000000 | 0 | 101000 | 10010 | 10001110 | 111011 | 110111 |
Color Harmonies of #4BD07C
Complementary color
Monochromatic Colors of #4BD07C
Black with #4BD07C
Text Example
Text Example
White with #4BD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD07C; }
p { color: rgb(75,208,124); }
H1.HeaderClassName
{
color: #4BD07C;
}
.AnyTagClassName
{
color: #4BD07C;
}
</style>
background-color css
<style>
a { background-color: #4BD07C; }
a { background-color: rgb(75,208,124); }
div.DivClassName
{
background-color: #4BD07C;
}
.BgClassName
{
background-color: #4BD07C;
}
</style>
border-color css
<style>
span { border-color: #4BD07C; }
span { border-color: rgb(75,208,124); }
td.TdClassName
{
border-color: #4BD07C;
}
.TagClassName
{
border-color: #4BD07C;
}
</style>