Shades of Emerald #46CF6C
Tints of Emerald #46CF6C
RGB
CMYK
RGB Variations
Color information
#46CF6C (or 0x46CF6C) is known color: Emerald. HEX triplet: 46, CF and 6C. RGB value is (70,207,108). Sum of RGB (Red+Green+Blue) = 70+207+108=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CF6C is #B93093. Grayscale: #9B9B9B. Windows color (decimal): -12136596 or 7130950. OLE color: 7130950.
HSL color Cylindrical-coordinate representation of color #46CF6C: hue angle of 136.64º 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 #46CF6C is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 108 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.19 |
| HSL | 136.64º | 0.59% | 0.54% | - |
| HSV(B) | 136.64º | 0.66% | 0.81% | - |
| XYZ | 27.55 | 47.01 | 21.81 | - |
| YUV | 154.75 | 101.61 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 108 | 0.66 | 0 | 0.48 | 0.19 | 136.64 | 0.59 | 0.54 |
| Hex | 46 | CF | 6C | 42 | 0 | 30 | 13 | 89 | 3B | 36 |
| Octal | 106 | 317 | 154 | 102 | 0 | 60 | 23 | 211 | 73 | 66 |
| Binary | 1000110 | 11001111 | 1101100 | 1000010 | 0 | 110000 | 10011 | 10001001 | 111011 | 110110 |
Color Harmonies of #46CF6C
Complementary color
Monochromatic Colors of #46CF6C
Black with #46CF6C
Text Example
Text Example
White with #46CF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF6C; }
p { color: rgb(70,207,108); }
H1.HeaderClassName
{
color: #46CF6C;
}
.AnyTagClassName
{
color: #46CF6C;
}
</style>
background-color css
<style>
a { background-color: #46CF6C; }
a { background-color: rgb(70,207,108); }
div.DivClassName
{
background-color: #46CF6C;
}
.BgClassName
{
background-color: #46CF6C;
}
</style>
border-color css
<style>
span { border-color: #46CF6C; }
span { border-color: rgb(70,207,108); }
td.TdClassName
{
border-color: #46CF6C;
}
.TagClassName
{
border-color: #46CF6C;
}
</style>