Shades of Emerald #46C96F
Tints of Emerald #46C96F
RGB
CMYK
RGB Variations
Color information
#46C96F (or 0x46C96F) is known color: Emerald. HEX triplet: 46, C9 and 6F. RGB value is (70,201,111). Sum of RGB (Red+Green+Blue) = 70+201+111=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #46C96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C96F is #B93690. Grayscale: #979797. Windows color (decimal): -12138129 or 7326022. OLE color: 7326022.
HSL color Cylindrical-coordinate representation of color #46C96F: hue angle of 138.78º 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 #46C96F is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 111 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.21 |
| HSL | 138.78º | 0.55% | 0.53% | - |
| HSV(B) | 138.78º | 0.65% | 0.79% | - |
| XYZ | 26.28 | 44.22 | 22.19 | - |
| YUV | 151.57 | 105.1 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 111 | 0.65 | 0 | 0.45 | 0.21 | 138.78 | 0.55 | 0.53 |
| Hex | 46 | C9 | 6F | 41 | 0 | 2D | 15 | 8B | 37 | 35 |
| Octal | 106 | 311 | 157 | 101 | 0 | 55 | 25 | 213 | 67 | 65 |
| Binary | 1000110 | 11001001 | 1101111 | 1000001 | 0 | 101101 | 10101 | 10001011 | 110111 | 110101 |
Color Harmonies of #46C96F
Complementary color
Monochromatic Colors of #46C96F
Black with #46C96F
Text Example
Text Example
White with #46C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C96F; }
p { color: rgb(70,201,111); }
H1.HeaderClassName
{
color: #46C96F;
}
.AnyTagClassName
{
color: #46C96F;
}
</style>
background-color css
<style>
a { background-color: #46C96F; }
a { background-color: rgb(70,201,111); }
div.DivClassName
{
background-color: #46C96F;
}
.BgClassName
{
background-color: #46C96F;
}
</style>
border-color css
<style>
span { border-color: #46C96F; }
span { border-color: rgb(70,201,111); }
td.TdClassName
{
border-color: #46C96F;
}
.TagClassName
{
border-color: #46C96F;
}
</style>