Shades of Emerald #46DF87
Tints of Emerald #46DF87
RGB
CMYK
RGB Variations
Color information
#46DF87 (or 0x46DF87) is known color: Emerald. HEX triplet: 46, DF and 87. RGB value is (70,223,135). Sum of RGB (Red+Green+Blue) = 70+223+135=428 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.36% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DF87 is #B92078. Grayscale: #A7A7A7. Windows color (decimal): -12132473 or 8904518. OLE color: 8904518.
HSL color Cylindrical-coordinate representation of color #46DF87: hue angle of 145.49º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DF87 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 135 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.13 |
| HSL | 145.49º | 0.71% | 0.57% | - |
| HSV(B) | 145.49º | 0.69% | 0.87% | - |
| XYZ | 33.29 | 55.83 | 31.94 | - |
| YUV | 167.22 | 109.81 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 135 | 0.69 | 0 | 0.39 | 0.13 | 145.49 | 0.71 | 0.57 |
| Hex | 46 | DF | 87 | 45 | 0 | 27 | D | 91 | 47 | 39 |
| Octal | 106 | 337 | 207 | 105 | 0 | 47 | 15 | 221 | 107 | 71 |
| Binary | 1000110 | 11011111 | 10000111 | 1000101 | 0 | 100111 | 1101 | 10010001 | 1000111 | 111001 |
Color Harmonies of #46DF87
Complementary color
Monochromatic Colors of #46DF87
Black with #46DF87
Text Example
Text Example
White with #46DF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DF87; }
p { color: rgb(70,223,135); }
H1.HeaderClassName
{
color: #46DF87;
}
.AnyTagClassName
{
color: #46DF87;
}
</style>
background-color css
<style>
a { background-color: #46DF87; }
a { background-color: rgb(70,223,135); }
div.DivClassName
{
background-color: #46DF87;
}
.BgClassName
{
background-color: #46DF87;
}
</style>
border-color css
<style>
span { border-color: #46DF87; }
span { border-color: rgb(70,223,135); }
td.TdClassName
{
border-color: #46DF87;
}
.TagClassName
{
border-color: #46DF87;
}
</style>