Shades of Emerald #46CF7C
Tints of Emerald #46CF7C
RGB
CMYK
RGB Variations
Color information
#46CF7C (or 0x46CF7C) is known color: Emerald. HEX triplet: 46, CF and 7C. RGB value is (70,207,124). Sum of RGB (Red+Green+Blue) = 70+207+124=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CF7C is #B93083. Grayscale: #9C9C9C. Windows color (decimal): -12136580 or 8179526. OLE color: 8179526.
HSL color Cylindrical-coordinate representation of color #46CF7C: hue angle of 143.65º 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 #46CF7C is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 124 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.19 |
| HSL | 143.65º | 0.59% | 0.54% | - |
| HSV(B) | 143.65º | 0.66% | 0.81% | - |
| XYZ | 28.48 | 47.38 | 26.71 | - |
| YUV | 156.58 | 109.61 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 124 | 0.66 | 0 | 0.40 | 0.19 | 143.65 | 0.59 | 0.54 |
| Hex | 46 | CF | 7C | 42 | 0 | 28 | 13 | 90 | 3B | 36 |
| Octal | 106 | 317 | 174 | 102 | 0 | 50 | 23 | 220 | 73 | 66 |
| Binary | 1000110 | 11001111 | 1111100 | 1000010 | 0 | 101000 | 10011 | 10010000 | 111011 | 110110 |
Color Harmonies of #46CF7C
Complementary color
Monochromatic Colors of #46CF7C
Black with #46CF7C
Text Example
Text Example
White with #46CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF7C; }
p { color: rgb(70,207,124); }
H1.HeaderClassName
{
color: #46CF7C;
}
.AnyTagClassName
{
color: #46CF7C;
}
</style>
background-color css
<style>
a { background-color: #46CF7C; }
a { background-color: rgb(70,207,124); }
div.DivClassName
{
background-color: #46CF7C;
}
.BgClassName
{
background-color: #46CF7C;
}
</style>
border-color css
<style>
span { border-color: #46CF7C; }
span { border-color: rgb(70,207,124); }
td.TdClassName
{
border-color: #46CF7C;
}
.TagClassName
{
border-color: #46CF7C;
}
</style>