Shades of Emerald #46E16B
Tints of Emerald #46E16B
RGB
CMYK
RGB Variations
Color information
#46E16B (or 0x46E16B) is known color: Emerald. HEX triplet: 46, E1 and 6B. RGB value is (70,225,107). Sum of RGB (Red+Green+Blue) = 70+225+107=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 225 (88.28% from 255 or 55.97% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 225 - color contains mainly: green. Hex color #46E16B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E16B is #B91E94. Grayscale: #A5A5A5. Windows color (decimal): -12131989 or 7070022. OLE color: 7070022.
HSL color Cylindrical-coordinate representation of color #46E16B: hue angle of 134.32º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E16B is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 225 | 107 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.12 |
| HSL | 134.32º | 0.72% | 0.58% | - |
| HSV(B) | 134.32º | 0.69% | 0.88% | - |
| XYZ | 32.1 | 56.21 | 23.07 | - |
| YUV | 165.2 | 95.15 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 225 | 107 | 0.69 | 0 | 0.52 | 0.12 | 134.32 | 0.72 | 0.58 |
| Hex | 46 | E1 | 6B | 45 | 0 | 34 | C | 86 | 48 | 3A |
| Octal | 106 | 341 | 153 | 105 | 0 | 64 | 14 | 206 | 110 | 72 |
| Binary | 1000110 | 11100001 | 1101011 | 1000101 | 0 | 110100 | 1100 | 10000110 | 1001000 | 111010 |
Color Harmonies of #46E16B
Complementary color
Monochromatic Colors of #46E16B
Black with #46E16B
Text Example
Text Example
White with #46E16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E16B; }
p { color: rgb(70,225,107); }
H1.HeaderClassName
{
color: #46E16B;
}
.AnyTagClassName
{
color: #46E16B;
}
</style>
background-color css
<style>
a { background-color: #46E16B; }
a { background-color: rgb(70,225,107); }
div.DivClassName
{
background-color: #46E16B;
}
.BgClassName
{
background-color: #46E16B;
}
</style>
border-color css
<style>
span { border-color: #46E16B; }
span { border-color: rgb(70,225,107); }
td.TdClassName
{
border-color: #46E16B;
}
.TagClassName
{
border-color: #46E16B;
}
</style>