Shades of Harlequin #46E808
Tints of Harlequin #46E808
RGB
CMYK
RGB Variations
Color information
#46E808 (or 0x46E808) is known color: Harlequin. HEX triplet: 46, E8 and 08. RGB value is (70,232,8). Sum of RGB (Red+Green+Blue) = 70+232+8=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 232 (91.02% from 255 or 74.84% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 232 - color contains mainly: green. Hex color #46E808 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46E808 is #B917F7. Grayscale: #9E9E9E. Windows color (decimal): -12130296 or 583750. OLE color: 583750.
HSL color Cylindrical-coordinate representation of color #46E808: hue angle of 103.39º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46E808 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 232 | 8 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.09 |
| HSL | 103.39º | 0.93% | 0.47% | - |
| HSV(B) | 103.39º | 0.97% | 0.91% | - |
| XYZ | 31.43 | 59.03 | 9.97 | - |
| YUV | 158.03 | 43.33 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 232 | 8 | 0.70 | 0 | 0.97 | 0.09 | 103.39 | 0.93 | 0.47 |
| Hex | 46 | E8 | 8 | 46 | 0 | 61 | 9 | 67 | 5D | 2F |
| Octal | 106 | 350 | 10 | 106 | 0 | 141 | 11 | 147 | 135 | 57 |
| Binary | 1000110 | 11101000 | 1000 | 1000110 | 0 | 1100001 | 1001 | 1100111 | 1011101 | 101111 |
Color Harmonies of #46E808
Complementary color
Monochromatic Colors of #46E808
Black with #46E808
Text Example
Text Example
White with #46E808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E808; }
p { color: rgb(70,232,8); }
H1.HeaderClassName
{
color: #46E808;
}
.AnyTagClassName
{
color: #46E808;
}
</style>
background-color css
<style>
a { background-color: #46E808; }
a { background-color: rgb(70,232,8); }
div.DivClassName
{
background-color: #46E808;
}
.BgClassName
{
background-color: #46E808;
}
</style>
border-color css
<style>
span { border-color: #46E808; }
span { border-color: rgb(70,232,8); }
td.TdClassName
{
border-color: #46E808;
}
.TagClassName
{
border-color: #46E808;
}
</style>