Shades of Harlequin #46E813
Tints of Harlequin #46E813
RGB
CMYK
RGB Variations
Color information
#46E813 (or 0x46E813) is known color: Harlequin. HEX triplet: 46, E8 and 13. RGB value is (70,232,19). Sum of RGB (Red+Green+Blue) = 70+232+19=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 232 (91.02% from 255 or 72.27% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 232 - color contains mainly: green. Hex color #46E813 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46E813 is #B917EC. Grayscale: #9F9F9F. Windows color (decimal): -12130285 or 1304646. OLE color: 1304646.
HSL color Cylindrical-coordinate representation of color #46E813: hue angle of 105.63º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46E813 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 232 | 19 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.09 |
| HSL | 105.63º | 0.85% | 0.49% | - |
| HSV(B) | 105.63º | 0.92% | 0.91% | - |
| XYZ | 31.5 | 59.06 | 10.36 | - |
| YUV | 159.28 | 48.83 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 232 | 19 | 0.70 | 0 | 0.92 | 0.09 | 105.63 | 0.85 | 0.49 |
| Hex | 46 | E8 | 13 | 46 | 0 | 5C | 9 | 6A | 55 | 31 |
| Octal | 106 | 350 | 23 | 106 | 0 | 134 | 11 | 152 | 125 | 61 |
| Binary | 1000110 | 11101000 | 10011 | 1000110 | 0 | 1011100 | 1001 | 1101010 | 1010101 | 110001 |
Color Harmonies of #46E813
Complementary color
Monochromatic Colors of #46E813
Black with #46E813
Text Example
Text Example
White with #46E813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E813; }
p { color: rgb(70,232,19); }
H1.HeaderClassName
{
color: #46E813;
}
.AnyTagClassName
{
color: #46E813;
}
</style>
background-color css
<style>
a { background-color: #46E813; }
a { background-color: rgb(70,232,19); }
div.DivClassName
{
background-color: #46E813;
}
.BgClassName
{
background-color: #46E813;
}
</style>
border-color css
<style>
span { border-color: #46E813; }
span { border-color: rgb(70,232,19); }
td.TdClassName
{
border-color: #46E813;
}
.TagClassName
{
border-color: #46E813;
}
</style>