Shades of Emerald #46E36C
Tints of Emerald #46E36C
RGB
CMYK
RGB Variations
Color information
#46E36C (or 0x46E36C) is known color: Emerald. HEX triplet: 46, E3 and 6C. RGB value is (70,227,108). Sum of RGB (Red+Green+Blue) = 70+227+108=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 227 (89.06% from 255 or 56.05% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 227 - color contains mainly: green. Hex color #46E36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E36C is #B91C93. Grayscale: #A6A6A6. Windows color (decimal): -12131476 or 7136070. OLE color: 7136070.
HSL color Cylindrical-coordinate representation of color #46E36C: hue angle of 134.52º degrees, saturation: 0.74, 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 #46E36C is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 227 | 108 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.11 |
| HSL | 134.52º | 0.74% | 0.58% | - |
| HSV(B) | 134.52º | 0.69% | 0.89% | - |
| XYZ | 32.7 | 57.32 | 23.53 | - |
| YUV | 166.49 | 94.99 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 227 | 108 | 0.69 | 0 | 0.52 | 0.11 | 134.52 | 0.74 | 0.58 |
| Hex | 46 | E3 | 6C | 45 | 0 | 34 | B | 87 | 4A | 3A |
| Octal | 106 | 343 | 154 | 105 | 0 | 64 | 13 | 207 | 112 | 72 |
| Binary | 1000110 | 11100011 | 1101100 | 1000101 | 0 | 110100 | 1011 | 10000111 | 1001010 | 111010 |
Color Harmonies of #46E36C
Complementary color
Monochromatic Colors of #46E36C
Black with #46E36C
Text Example
Text Example
White with #46E36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E36C; }
p { color: rgb(70,227,108); }
H1.HeaderClassName
{
color: #46E36C;
}
.AnyTagClassName
{
color: #46E36C;
}
</style>
background-color css
<style>
a { background-color: #46E36C; }
a { background-color: rgb(70,227,108); }
div.DivClassName
{
background-color: #46E36C;
}
.BgClassName
{
background-color: #46E36C;
}
</style>
border-color css
<style>
span { border-color: #46E36C; }
span { border-color: rgb(70,227,108); }
td.TdClassName
{
border-color: #46E36C;
}
.TagClassName
{
border-color: #46E36C;
}
</style>