Shades of Emerald #46D777
Tints of Emerald #46D777
RGB
CMYK
RGB Variations
Color information
#46D777 (or 0x46D777) is known color: Emerald. HEX triplet: 46, D7 and 77. RGB value is (70,215,119). Sum of RGB (Red+Green+Blue) = 70+215+119=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #46D777 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D777 is #B92888. Grayscale: #A0A0A0. Windows color (decimal): -12134537 or 7853894. OLE color: 7853894.
HSL color Cylindrical-coordinate representation of color #46D777: hue angle of 140.28º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D777 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 215 | 119 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.16 |
| HSL | 140.28º | 0.64% | 0.56% | - |
| HSV(B) | 140.28º | 0.67% | 0.84% | - |
| XYZ | 30.16 | 51.23 | 25.75 | - |
| YUV | 160.7 | 104.46 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 215 | 119 | 0.67 | 0 | 0.45 | 0.16 | 140.28 | 0.64 | 0.56 |
| Hex | 46 | D7 | 77 | 43 | 0 | 2D | 10 | 8C | 40 | 38 |
| Octal | 106 | 327 | 167 | 103 | 0 | 55 | 20 | 214 | 100 | 70 |
| Binary | 1000110 | 11010111 | 1110111 | 1000011 | 0 | 101101 | 10000 | 10001100 | 1000000 | 111000 |
Color Harmonies of #46D777
Complementary color
Monochromatic Colors of #46D777
Black with #46D777
Text Example
Text Example
White with #46D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D777; }
p { color: rgb(70,215,119); }
H1.HeaderClassName
{
color: #46D777;
}
.AnyTagClassName
{
color: #46D777;
}
</style>
background-color css
<style>
a { background-color: #46D777; }
a { background-color: rgb(70,215,119); }
div.DivClassName
{
background-color: #46D777;
}
.BgClassName
{
background-color: #46D777;
}
</style>
border-color css
<style>
span { border-color: #46D777; }
span { border-color: rgb(70,215,119); }
td.TdClassName
{
border-color: #46D777;
}
.TagClassName
{
border-color: #46D777;
}
</style>