Shades of Emerald #46CF89
Tints of Emerald #46CF89
RGB
CMYK
RGB Variations
Color information
#46CF89 (or 0x46CF89) is known color: Emerald. HEX triplet: 46, CF and 89. RGB value is (70,207,137). Sum of RGB (Red+Green+Blue) = 70+207+137=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CF89 is #B93076. Grayscale: #9E9E9E. Windows color (decimal): -12136567 or 9031494. OLE color: 9031494.
HSL color Cylindrical-coordinate representation of color #46CF89: hue angle of 149.34º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CF89 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 137 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.19 |
| HSL | 149.34º | 0.59% | 0.54% | - |
| HSV(B) | 149.34º | 0.66% | 0.81% | - |
| XYZ | 29.35 | 47.73 | 31.33 | - |
| YUV | 158.06 | 116.11 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 137 | 0.66 | 0 | 0.34 | 0.19 | 149.34 | 0.59 | 0.54 |
| Hex | 46 | CF | 89 | 42 | 0 | 22 | 13 | 95 | 3B | 36 |
| Octal | 106 | 317 | 211 | 102 | 0 | 42 | 23 | 225 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10001001 | 1000010 | 0 | 100010 | 10011 | 10010101 | 111011 | 110110 |
Color Harmonies of #46CF89
Complementary color
Monochromatic Colors of #46CF89
Black with #46CF89
Text Example
Text Example
White with #46CF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF89; }
p { color: rgb(70,207,137); }
H1.HeaderClassName
{
color: #46CF89;
}
.AnyTagClassName
{
color: #46CF89;
}
</style>
background-color css
<style>
a { background-color: #46CF89; }
a { background-color: rgb(70,207,137); }
div.DivClassName
{
background-color: #46CF89;
}
.BgClassName
{
background-color: #46CF89;
}
</style>
border-color css
<style>
span { border-color: #46CF89; }
span { border-color: rgb(70,207,137); }
td.TdClassName
{
border-color: #46CF89;
}
.TagClassName
{
border-color: #46CF89;
}
</style>