Shades of Emerald #46E565
Tints of Emerald #46E565
RGB
CMYK
RGB Variations
Color information
#46E565 (or 0x46E565) is known color: Emerald. HEX triplet: 46, E5 and 65. RGB value is (70,229,101). Sum of RGB (Red+Green+Blue) = 70+229+101=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 229 (89.84% from 255 or 57.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 229 - color contains mainly: green. Hex color #46E565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E565 is #B91A9A. Grayscale: #A7A7A7. Windows color (decimal): -12130971 or 6677830. OLE color: 6677830.
HSL color Cylindrical-coordinate representation of color #46E565: hue angle of 131.7º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E565 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 229 | 101 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.10 |
| HSL | 131.7º | 0.75% | 0.59% | - |
| HSV(B) | 131.7º | 0.69% | 0.9% | - |
| XYZ | 32.89 | 58.28 | 21.83 | - |
| YUV | 166.87 | 90.82 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 229 | 101 | 0.69 | 0 | 0.56 | 0.10 | 131.7 | 0.75 | 0.59 |
| Hex | 46 | E5 | 65 | 45 | 0 | 38 | A | 84 | 4B | 3B |
| Octal | 106 | 345 | 145 | 105 | 0 | 70 | 12 | 204 | 113 | 73 |
| Binary | 1000110 | 11100101 | 1100101 | 1000101 | 0 | 111000 | 1010 | 10000100 | 1001011 | 111011 |
Color Harmonies of #46E565
Complementary color
Monochromatic Colors of #46E565
Black with #46E565
Text Example
Text Example
White with #46E565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E565; }
p { color: rgb(70,229,101); }
H1.HeaderClassName
{
color: #46E565;
}
.AnyTagClassName
{
color: #46E565;
}
</style>
background-color css
<style>
a { background-color: #46E565; }
a { background-color: rgb(70,229,101); }
div.DivClassName
{
background-color: #46E565;
}
.BgClassName
{
background-color: #46E565;
}
</style>
border-color css
<style>
span { border-color: #46E565; }
span { border-color: rgb(70,229,101); }
td.TdClassName
{
border-color: #46E565;
}
.TagClassName
{
border-color: #46E565;
}
</style>