Shades of Emerald #46CF71
Tints of Emerald #46CF71
RGB
CMYK
RGB Variations
Color information
#46CF71 (or 0x46CF71) is known color: Emerald. HEX triplet: 46, CF and 71. RGB value is (70,207,113). Sum of RGB (Red+Green+Blue) = 70+207+113=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CF71 is #B9308E. Grayscale: #9B9B9B. Windows color (decimal): -12136591 or 7458630. OLE color: 7458630.
HSL color Cylindrical-coordinate representation of color #46CF71: hue angle of 138.83º 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 #46CF71 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 113 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.19 |
| HSL | 138.83º | 0.59% | 0.54% | - |
| HSV(B) | 138.83º | 0.66% | 0.81% | - |
| XYZ | 27.82 | 47.12 | 23.25 | - |
| YUV | 155.32 | 104.11 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 113 | 0.66 | 0 | 0.45 | 0.19 | 138.83 | 0.59 | 0.54 |
| Hex | 46 | CF | 71 | 42 | 0 | 2D | 13 | 8B | 3B | 36 |
| Octal | 106 | 317 | 161 | 102 | 0 | 55 | 23 | 213 | 73 | 66 |
| Binary | 1000110 | 11001111 | 1110001 | 1000010 | 0 | 101101 | 10011 | 10001011 | 111011 | 110110 |
Color Harmonies of #46CF71
Complementary color
Monochromatic Colors of #46CF71
Black with #46CF71
Text Example
Text Example
White with #46CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF71; }
p { color: rgb(70,207,113); }
H1.HeaderClassName
{
color: #46CF71;
}
.AnyTagClassName
{
color: #46CF71;
}
</style>
background-color css
<style>
a { background-color: #46CF71; }
a { background-color: rgb(70,207,113); }
div.DivClassName
{
background-color: #46CF71;
}
.BgClassName
{
background-color: #46CF71;
}
</style>
border-color css
<style>
span { border-color: #46CF71; }
span { border-color: rgb(70,207,113); }
td.TdClassName
{
border-color: #46CF71;
}
.TagClassName
{
border-color: #46CF71;
}
</style>