Shades of Emerald #46CF6D
Tints of Emerald #46CF6D
RGB
CMYK
RGB Variations
Color information
#46CF6D (or 0x46CF6D) is known color: Emerald. HEX triplet: 46, CF and 6D. RGB value is (70,207,109). Sum of RGB (Red+Green+Blue) = 70+207+109=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CF6D is #B93092. Grayscale: #9B9B9B. Windows color (decimal): -12136595 or 7196486. OLE color: 7196486.
HSL color Cylindrical-coordinate representation of color #46CF6D: hue angle of 137.08º 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 #46CF6D is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 109 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.19 |
| HSL | 137.08º | 0.59% | 0.54% | - |
| HSV(B) | 137.08º | 0.66% | 0.81% | - |
| XYZ | 27.6 | 47.03 | 22.09 | - |
| YUV | 154.87 | 102.11 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 109 | 0.66 | 0 | 0.47 | 0.19 | 137.08 | 0.59 | 0.54 |
| Hex | 46 | CF | 6D | 42 | 0 | 2F | 13 | 89 | 3B | 36 |
| Octal | 106 | 317 | 155 | 102 | 0 | 57 | 23 | 211 | 73 | 66 |
| Binary | 1000110 | 11001111 | 1101101 | 1000010 | 0 | 101111 | 10011 | 10001001 | 111011 | 110110 |
Color Harmonies of #46CF6D
Complementary color
Monochromatic Colors of #46CF6D
Black with #46CF6D
Text Example
Text Example
White with #46CF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF6D; }
p { color: rgb(70,207,109); }
H1.HeaderClassName
{
color: #46CF6D;
}
.AnyTagClassName
{
color: #46CF6D;
}
</style>
background-color css
<style>
a { background-color: #46CF6D; }
a { background-color: rgb(70,207,109); }
div.DivClassName
{
background-color: #46CF6D;
}
.BgClassName
{
background-color: #46CF6D;
}
</style>
border-color css
<style>
span { border-color: #46CF6D; }
span { border-color: rgb(70,207,109); }
td.TdClassName
{
border-color: #46CF6D;
}
.TagClassName
{
border-color: #46CF6D;
}
</style>