Shades of Emerald #46E265
Tints of Emerald #46E265
RGB
CMYK
RGB Variations
Color information
#46E265 (or 0x46E265) is known color: Emerald. HEX triplet: 46, E2 and 65. RGB value is (70,226,101). Sum of RGB (Red+Green+Blue) = 70+226+101=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 226 (88.67% from 255 or 56.93% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 226 - color contains mainly: green. Hex color #46E265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E265 is #B91D9A. Grayscale: #A5A5A5. Windows color (decimal): -12131739 or 6677062. OLE color: 6677062.
HSL color Cylindrical-coordinate representation of color #46E265: hue angle of 131.92º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E265 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 226 | 101 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.11 |
| HSL | 131.92º | 0.73% | 0.58% | - |
| HSV(B) | 131.92º | 0.69% | 0.89% | - |
| XYZ | 32.07 | 56.63 | 21.55 | - |
| YUV | 165.11 | 91.82 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 226 | 101 | 0.69 | 0 | 0.55 | 0.11 | 131.92 | 0.73 | 0.58 |
| Hex | 46 | E2 | 65 | 45 | 0 | 37 | B | 84 | 49 | 3A |
| Octal | 106 | 342 | 145 | 105 | 0 | 67 | 13 | 204 | 111 | 72 |
| Binary | 1000110 | 11100010 | 1100101 | 1000101 | 0 | 110111 | 1011 | 10000100 | 1001001 | 111010 |
Color Harmonies of #46E265
Complementary color
Monochromatic Colors of #46E265
Black with #46E265
Text Example
Text Example
White with #46E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E265; }
p { color: rgb(70,226,101); }
H1.HeaderClassName
{
color: #46E265;
}
.AnyTagClassName
{
color: #46E265;
}
</style>
background-color css
<style>
a { background-color: #46E265; }
a { background-color: rgb(70,226,101); }
div.DivClassName
{
background-color: #46E265;
}
.BgClassName
{
background-color: #46E265;
}
</style>
border-color css
<style>
span { border-color: #46E265; }
span { border-color: rgb(70,226,101); }
td.TdClassName
{
border-color: #46E265;
}
.TagClassName
{
border-color: #46E265;
}
</style>