Shades of Emerald #46CF7F
Tints of Emerald #46CF7F
RGB
CMYK
RGB Variations
Color information
#46CF7F (or 0x46CF7F) is known color: Emerald. HEX triplet: 46, CF and 7F. RGB value is (70,207,127). Sum of RGB (Red+Green+Blue) = 70+207+127=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CF7F is #B93080. Grayscale: #9D9D9D. Windows color (decimal): -12136577 or 8376134. OLE color: 8376134.
HSL color Cylindrical-coordinate representation of color #46CF7F: hue angle of 144.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 #46CF7F is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 127 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.19 |
| HSL | 144.96º | 0.59% | 0.54% | - |
| HSV(B) | 144.96º | 0.66% | 0.81% | - |
| XYZ | 28.67 | 47.46 | 27.73 | - |
| YUV | 156.92 | 111.11 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 127 | 0.66 | 0 | 0.39 | 0.19 | 144.96 | 0.59 | 0.54 |
| Hex | 46 | CF | 7F | 42 | 0 | 27 | 13 | 91 | 3B | 36 |
| Octal | 106 | 317 | 177 | 102 | 0 | 47 | 23 | 221 | 73 | 66 |
| Binary | 1000110 | 11001111 | 1111111 | 1000010 | 0 | 100111 | 10011 | 10010001 | 111011 | 110110 |
Color Harmonies of #46CF7F
Complementary color
Monochromatic Colors of #46CF7F
Black with #46CF7F
Text Example
Text Example
White with #46CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF7F; }
p { color: rgb(70,207,127); }
H1.HeaderClassName
{
color: #46CF7F;
}
.AnyTagClassName
{
color: #46CF7F;
}
</style>
background-color css
<style>
a { background-color: #46CF7F; }
a { background-color: rgb(70,207,127); }
div.DivClassName
{
background-color: #46CF7F;
}
.BgClassName
{
background-color: #46CF7F;
}
</style>
border-color css
<style>
span { border-color: #46CF7F; }
span { border-color: rgb(70,207,127); }
td.TdClassName
{
border-color: #46CF7F;
}
.TagClassName
{
border-color: #46CF7F;
}
</style>