Shades of Emerald #46CF84
Tints of Emerald #46CF84
RGB
CMYK
RGB Variations
Color information
#46CF84 (or 0x46CF84) is known color: Emerald. HEX triplet: 46, CF and 84. RGB value is (70,207,132). Sum of RGB (Red+Green+Blue) = 70+207+132=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CF84 is #B9307B. Grayscale: #9D9D9D. Windows color (decimal): -12136572 or 8703814. OLE color: 8703814.
HSL color Cylindrical-coordinate representation of color #46CF84: hue angle of 147.15º 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 #46CF84 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 132 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.19 |
| HSL | 147.15º | 0.59% | 0.54% | - |
| HSV(B) | 147.15º | 0.66% | 0.81% | - |
| XYZ | 29 | 47.59 | 29.49 | - |
| YUV | 157.49 | 113.61 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 132 | 0.66 | 0 | 0.36 | 0.19 | 147.15 | 0.59 | 0.54 |
| Hex | 46 | CF | 84 | 42 | 0 | 24 | 13 | 93 | 3B | 36 |
| Octal | 106 | 317 | 204 | 102 | 0 | 44 | 23 | 223 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10000100 | 1000010 | 0 | 100100 | 10011 | 10010011 | 111011 | 110110 |
Color Harmonies of #46CF84
Complementary color
Monochromatic Colors of #46CF84
Black with #46CF84
Text Example
Text Example
White with #46CF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF84; }
p { color: rgb(70,207,132); }
H1.HeaderClassName
{
color: #46CF84;
}
.AnyTagClassName
{
color: #46CF84;
}
</style>
background-color css
<style>
a { background-color: #46CF84; }
a { background-color: rgb(70,207,132); }
div.DivClassName
{
background-color: #46CF84;
}
.BgClassName
{
background-color: #46CF84;
}
</style>
border-color css
<style>
span { border-color: #46CF84; }
span { border-color: rgb(70,207,132); }
td.TdClassName
{
border-color: #46CF84;
}
.TagClassName
{
border-color: #46CF84;
}
</style>