Shades of Harlequin #46FF1E
Tints of Harlequin #46FF1E
RGB
CMYK
RGB Variations
Color information
#46FF1E (or 0x46FF1E) is known color: Harlequin. HEX triplet: 46, FF and 1E. RGB value is (70,255,30). Sum of RGB (Red+Green+Blue) = 70+255+30=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FF1E is #B900E1. Grayscale: #AEAEAE. Windows color (decimal): -12124386 or 2031430. OLE color: 2031430.
HSL color Cylindrical-coordinate representation of color #46FF1E: hue angle of 109.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46FF1E is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 30 | - |
| CMYK | 0.73 | 0 | 0.88 | 0 |
| HSL | 109.33º | 1% | 0.56% | - |
| HSV(B) | 109.33º | 0.88% | 1% | - |
| XYZ | 38.52 | 72.92 | 13.27 | - |
| YUV | 174.04 | 46.71 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 30 | 0.73 | 0 | 0.88 | 0 | 109.33 | 1 | 0.56 |
| Hex | 46 | FF | 1E | 49 | 0 | 58 | 0 | 6D | 64 | 38 |
| Octal | 106 | 377 | 36 | 111 | 0 | 130 | 0 | 155 | 144 | 70 |
| Binary | 1000110 | 11111111 | 11110 | 1001001 | 0 | 1011000 | 0 | 1101101 | 1100100 | 111000 |
Color Harmonies of #46FF1E
Complementary color
Monochromatic Colors of #46FF1E
Black with #46FF1E
Text Example
Text Example
White with #46FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF1E; }
p { color: rgb(70,255,30); }
H1.HeaderClassName
{
color: #46FF1E;
}
.AnyTagClassName
{
color: #46FF1E;
}
</style>
background-color css
<style>
a { background-color: #46FF1E; }
a { background-color: rgb(70,255,30); }
div.DivClassName
{
background-color: #46FF1E;
}
.BgClassName
{
background-color: #46FF1E;
}
</style>
border-color css
<style>
span { border-color: #46FF1E; }
span { border-color: rgb(70,255,30); }
td.TdClassName
{
border-color: #46FF1E;
}
.TagClassName
{
border-color: #46FF1E;
}
</style>