Shades of Emerald #46C858
Tints of Emerald #46C858
RGB
CMYK
RGB Variations
Color information
#46C858 (or 0x46C858) is known color: Emerald. HEX triplet: 46, C8 and 58. RGB value is (70,200,88). Sum of RGB (Red+Green+Blue) = 70+200+88=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #46C858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C858 is #B937A7. Grayscale: #949494. Windows color (decimal): -12138408 or 5818438. OLE color: 5818438.
HSL color Cylindrical-coordinate representation of color #46C858: hue angle of 128.31º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C858 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 200 | 88 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.22 |
| HSL | 128.31º | 0.54% | 0.53% | - |
| HSV(B) | 128.31º | 0.65% | 0.78% | - |
| XYZ | 24.94 | 43.32 | 16.28 | - |
| YUV | 148.36 | 93.93 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 200 | 88 | 0.65 | 0 | 0.56 | 0.22 | 128.31 | 0.54 | 0.53 |
| Hex | 46 | C8 | 58 | 41 | 0 | 38 | 16 | 80 | 36 | 35 |
| Octal | 106 | 310 | 130 | 101 | 0 | 70 | 26 | 200 | 66 | 65 |
| Binary | 1000110 | 11001000 | 1011000 | 1000001 | 0 | 111000 | 10110 | 10000000 | 110110 | 110101 |
Color Harmonies of #46C858
Complementary color
Monochromatic Colors of #46C858
Black with #46C858
Text Example
Text Example
White with #46C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C858; }
p { color: rgb(70,200,88); }
H1.HeaderClassName
{
color: #46C858;
}
.AnyTagClassName
{
color: #46C858;
}
</style>
background-color css
<style>
a { background-color: #46C858; }
a { background-color: rgb(70,200,88); }
div.DivClassName
{
background-color: #46C858;
}
.BgClassName
{
background-color: #46C858;
}
</style>
border-color css
<style>
span { border-color: #46C858; }
span { border-color: rgb(70,200,88); }
td.TdClassName
{
border-color: #46C858;
}
.TagClassName
{
border-color: #46C858;
}
</style>