Shades of Emerald #46CF58
Tints of Emerald #46CF58
RGB
CMYK
RGB Variations
Color information
#46CF58 (or 0x46CF58) is known color: Emerald. HEX triplet: 46, CF and 58. RGB value is (70,207,88). Sum of RGB (Red+Green+Blue) = 70+207+88=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CF58 is #B930A7. Grayscale: #989898. Windows color (decimal): -12136616 or 5820230. OLE color: 5820230.
HSL color Cylindrical-coordinate representation of color #46CF58: hue angle of 127.88º 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 #46CF58 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 88 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.19 |
| HSL | 127.88º | 0.59% | 0.54% | - |
| HSV(B) | 127.88º | 0.66% | 0.81% | - |
| XYZ | 26.6 | 46.63 | 16.83 | - |
| YUV | 152.47 | 91.61 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 88 | 0.66 | 0 | 0.57 | 0.19 | 127.88 | 0.59 | 0.54 |
| Hex | 46 | CF | 58 | 42 | 0 | 39 | 13 | 80 | 3B | 36 |
| Octal | 106 | 317 | 130 | 102 | 0 | 71 | 23 | 200 | 73 | 66 |
| Binary | 1000110 | 11001111 | 1011000 | 1000010 | 0 | 111001 | 10011 | 10000000 | 111011 | 110110 |
Color Harmonies of #46CF58
Complementary color
Monochromatic Colors of #46CF58
Black with #46CF58
Text Example
Text Example
White with #46CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF58; }
p { color: rgb(70,207,88); }
H1.HeaderClassName
{
color: #46CF58;
}
.AnyTagClassName
{
color: #46CF58;
}
</style>
background-color css
<style>
a { background-color: #46CF58; }
a { background-color: rgb(70,207,88); }
div.DivClassName
{
background-color: #46CF58;
}
.BgClassName
{
background-color: #46CF58;
}
</style>
border-color css
<style>
span { border-color: #46CF58; }
span { border-color: rgb(70,207,88); }
td.TdClassName
{
border-color: #46CF58;
}
.TagClassName
{
border-color: #46CF58;
}
</style>