Shades of Emerald #46C972
Tints of Emerald #46C972
RGB
CMYK
RGB Variations
Color information
#46C972 (or 0x46C972) is known color: Emerald. HEX triplet: 46, C9 and 72. RGB value is (70,201,114). Sum of RGB (Red+Green+Blue) = 70+201+114=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #46C972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C972 is #B9368D. Grayscale: #989898. Windows color (decimal): -12138126 or 7522630. OLE color: 7522630.
HSL color Cylindrical-coordinate representation of color #46C972: hue angle of 140.15º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C972 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 114 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.21 |
| HSL | 140.15º | 0.55% | 0.53% | - |
| HSV(B) | 140.15º | 0.65% | 0.79% | - |
| XYZ | 26.45 | 44.29 | 23.07 | - |
| YUV | 151.91 | 106.6 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 114 | 0.65 | 0 | 0.43 | 0.21 | 140.15 | 0.55 | 0.53 |
| Hex | 46 | C9 | 72 | 41 | 0 | 2B | 15 | 8C | 37 | 35 |
| Octal | 106 | 311 | 162 | 101 | 0 | 53 | 25 | 214 | 67 | 65 |
| Binary | 1000110 | 11001001 | 1110010 | 1000001 | 0 | 101011 | 10101 | 10001100 | 110111 | 110101 |
Color Harmonies of #46C972
Complementary color
Monochromatic Colors of #46C972
Black with #46C972
Text Example
Text Example
White with #46C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C972; }
p { color: rgb(70,201,114); }
H1.HeaderClassName
{
color: #46C972;
}
.AnyTagClassName
{
color: #46C972;
}
</style>
background-color css
<style>
a { background-color: #46C972; }
a { background-color: rgb(70,201,114); }
div.DivClassName
{
background-color: #46C972;
}
.BgClassName
{
background-color: #46C972;
}
</style>
border-color css
<style>
span { border-color: #46C972; }
span { border-color: rgb(70,201,114); }
td.TdClassName
{
border-color: #46C972;
}
.TagClassName
{
border-color: #46C972;
}
</style>