Shades of Emerald #4BDF6E
Tints of Emerald #4BDF6E
RGB
CMYK
RGB Variations
Color information
#4BDF6E (or 0x4BDF6E) is known color: Emerald. HEX triplet: 4B, DF and 6E. RGB value is (75,223,110). Sum of RGB (Red+Green+Blue) = 75+223+110=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDF6E is #B42091. Grayscale: #A6A6A6. Windows color (decimal): -11804818 or 7266123. OLE color: 7266123.
HSL color Cylindrical-coordinate representation of color #4BDF6E: hue angle of 134.19º 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 #4BDF6E is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 110 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.13 |
| HSL | 134.19º | 0.7% | 0.58% | - |
| HSV(B) | 134.19º | 0.66% | 0.87% | - |
| XYZ | 32.1 | 55.4 | 23.75 | - |
| YUV | 165.87 | 96.47 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 110 | 0.66 | 0 | 0.51 | 0.13 | 134.19 | 0.7 | 0.58 |
| Hex | 4B | DF | 6E | 42 | 0 | 33 | D | 86 | 46 | 3A |
| Octal | 113 | 337 | 156 | 102 | 0 | 63 | 15 | 206 | 106 | 72 |
| Binary | 1001011 | 11011111 | 1101110 | 1000010 | 0 | 110011 | 1101 | 10000110 | 1000110 | 111010 |
Color Harmonies of #4BDF6E
Complementary color
Monochromatic Colors of #4BDF6E
Black with #4BDF6E
Text Example
Text Example
White with #4BDF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF6E; }
p { color: rgb(75,223,110); }
H1.HeaderClassName
{
color: #4BDF6E;
}
.AnyTagClassName
{
color: #4BDF6E;
}
</style>
background-color css
<style>
a { background-color: #4BDF6E; }
a { background-color: rgb(75,223,110); }
div.DivClassName
{
background-color: #4BDF6E;
}
.BgClassName
{
background-color: #4BDF6E;
}
</style>
border-color css
<style>
span { border-color: #4BDF6E; }
span { border-color: rgb(75,223,110); }
td.TdClassName
{
border-color: #4BDF6E;
}
.TagClassName
{
border-color: #4BDF6E;
}
</style>