Shades of Emerald #46CF6F
Tints of Emerald #46CF6F
RGB
CMYK
RGB Variations
Color information
#46CF6F (or 0x46CF6F) is known color: Emerald. HEX triplet: 46, CF and 6F. RGB value is (70,207,111). Sum of RGB (Red+Green+Blue) = 70+207+111=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CF6F is #B93090. Grayscale: #9B9B9B. Windows color (decimal): -12136593 or 7327558. OLE color: 7327558.
HSL color Cylindrical-coordinate representation of color #46CF6F: hue angle of 137.96º 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 #46CF6F is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 111 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.19 |
| HSL | 137.96º | 0.59% | 0.54% | - |
| HSV(B) | 137.96º | 0.66% | 0.81% | - |
| XYZ | 27.71 | 47.08 | 22.67 | - |
| YUV | 155.09 | 103.11 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 111 | 0.66 | 0 | 0.46 | 0.19 | 137.96 | 0.59 | 0.54 |
| Hex | 46 | CF | 6F | 42 | 0 | 2E | 13 | 8A | 3B | 36 |
| Octal | 106 | 317 | 157 | 102 | 0 | 56 | 23 | 212 | 73 | 66 |
| Binary | 1000110 | 11001111 | 1101111 | 1000010 | 0 | 101110 | 10011 | 10001010 | 111011 | 110110 |
Color Harmonies of #46CF6F
Complementary color
Monochromatic Colors of #46CF6F
Black with #46CF6F
Text Example
Text Example
White with #46CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF6F; }
p { color: rgb(70,207,111); }
H1.HeaderClassName
{
color: #46CF6F;
}
.AnyTagClassName
{
color: #46CF6F;
}
</style>
background-color css
<style>
a { background-color: #46CF6F; }
a { background-color: rgb(70,207,111); }
div.DivClassName
{
background-color: #46CF6F;
}
.BgClassName
{
background-color: #46CF6F;
}
</style>
border-color css
<style>
span { border-color: #46CF6F; }
span { border-color: rgb(70,207,111); }
td.TdClassName
{
border-color: #46CF6F;
}
.TagClassName
{
border-color: #46CF6F;
}
</style>