Shades of Emerald #4BD16F
Tints of Emerald #4BD16F
RGB
CMYK
RGB Variations
Color information
#4BD16F (or 0x4BD16F) is known color: Emerald. HEX triplet: 4B, D1 and 6F. RGB value is (75,209,111). Sum of RGB (Red+Green+Blue) = 75+209+111=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #4BD16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD16F is #B42E90. Grayscale: #9E9E9E. Windows color (decimal): -11808401 or 7328075. OLE color: 7328075.
HSL color Cylindrical-coordinate representation of color #4BD16F: hue angle of 136.12º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD16F is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 209 | 111 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.18 |
| HSL | 136.12º | 0.59% | 0.56% | - |
| HSV(B) | 136.12º | 0.64% | 0.82% | - |
| XYZ | 28.57 | 48.24 | 22.85 | - |
| YUV | 157.76 | 101.61 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 209 | 111 | 0.64 | 0 | 0.47 | 0.18 | 136.12 | 0.59 | 0.56 |
| Hex | 4B | D1 | 6F | 40 | 0 | 2F | 12 | 88 | 3B | 38 |
| Octal | 113 | 321 | 157 | 100 | 0 | 57 | 22 | 210 | 73 | 70 |
| Binary | 1001011 | 11010001 | 1101111 | 1000000 | 0 | 101111 | 10010 | 10001000 | 111011 | 111000 |
Color Harmonies of #4BD16F
Complementary color
Monochromatic Colors of #4BD16F
Black with #4BD16F
Text Example
Text Example
White with #4BD16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD16F; }
p { color: rgb(75,209,111); }
H1.HeaderClassName
{
color: #4BD16F;
}
.AnyTagClassName
{
color: #4BD16F;
}
</style>
background-color css
<style>
a { background-color: #4BD16F; }
a { background-color: rgb(75,209,111); }
div.DivClassName
{
background-color: #4BD16F;
}
.BgClassName
{
background-color: #4BD16F;
}
</style>
border-color css
<style>
span { border-color: #4BD16F; }
span { border-color: rgb(75,209,111); }
td.TdClassName
{
border-color: #4BD16F;
}
.TagClassName
{
border-color: #4BD16F;
}
</style>