Shades of Emerald #46E865
Tints of Emerald #46E865
RGB
CMYK
RGB Variations
Color information
#46E865 (or 0x46E865) is known color: Emerald. HEX triplet: 46, E8 and 65. RGB value is (70,232,101). Sum of RGB (Red+Green+Blue) = 70+232+101=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 232 (91.02% from 255 or 57.57% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 232 - color contains mainly: green. Hex color #46E865 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46E865 is #B9179A. Grayscale: #A8A8A8. Windows color (decimal): -12130203 or 6678598. OLE color: 6678598.
HSL color Cylindrical-coordinate representation of color #46E865: hue angle of 131.48º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E865 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 232 | 101 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.09 |
| HSL | 131.48º | 0.78% | 0.59% | - |
| HSV(B) | 131.48º | 0.7% | 0.91% | - |
| XYZ | 33.73 | 59.95 | 22.11 | - |
| YUV | 168.63 | 89.83 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 232 | 101 | 0.70 | 0 | 0.56 | 0.09 | 131.48 | 0.78 | 0.59 |
| Hex | 46 | E8 | 65 | 46 | 0 | 38 | 9 | 83 | 4E | 3B |
| Octal | 106 | 350 | 145 | 106 | 0 | 70 | 11 | 203 | 116 | 73 |
| Binary | 1000110 | 11101000 | 1100101 | 1000110 | 0 | 111000 | 1001 | 10000011 | 1001110 | 111011 |
Color Harmonies of #46E865
Complementary color
Monochromatic Colors of #46E865
Black with #46E865
Text Example
Text Example
White with #46E865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E865; }
p { color: rgb(70,232,101); }
H1.HeaderClassName
{
color: #46E865;
}
.AnyTagClassName
{
color: #46E865;
}
</style>
background-color css
<style>
a { background-color: #46E865; }
a { background-color: rgb(70,232,101); }
div.DivClassName
{
background-color: #46E865;
}
.BgClassName
{
background-color: #46E865;
}
</style>
border-color css
<style>
span { border-color: #46E865; }
span { border-color: rgb(70,232,101); }
td.TdClassName
{
border-color: #46E865;
}
.TagClassName
{
border-color: #46E865;
}
</style>