Shades of Harlequin #46FF1C
Tints of Harlequin #46FF1C
RGB
CMYK
RGB Variations
Color information
#46FF1C (or 0x46FF1C) is known color: Harlequin. HEX triplet: 46, FF and 1C. RGB value is (70,255,28). Sum of RGB (Red+Green+Blue) = 70+255+28=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FF1C is #B900E3. Grayscale: #AEAEAE. Windows color (decimal): -12124388 or 1900358. OLE color: 1900358.
HSL color Cylindrical-coordinate representation of color #46FF1C: hue angle of 108.9º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46FF1C is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 28 | - |
| CMYK | 0.73 | 0 | 0.89 | 0 |
| HSL | 108.9º | 1% | 0.55% | - |
| HSV(B) | 108.9º | 0.89% | 1% | - |
| XYZ | 38.5 | 72.91 | 13.14 | - |
| YUV | 173.81 | 45.71 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 28 | 0.73 | 0 | 0.89 | 0 | 108.9 | 1 | 0.55 |
| Hex | 46 | FF | 1C | 49 | 0 | 59 | 0 | 6D | 64 | 37 |
| Octal | 106 | 377 | 34 | 111 | 0 | 131 | 0 | 155 | 144 | 67 |
| Binary | 1000110 | 11111111 | 11100 | 1001001 | 0 | 1011001 | 0 | 1101101 | 1100100 | 110111 |
Color Harmonies of #46FF1C
Complementary color
Monochromatic Colors of #46FF1C
Black with #46FF1C
Text Example
Text Example
White with #46FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF1C; }
p { color: rgb(70,255,28); }
H1.HeaderClassName
{
color: #46FF1C;
}
.AnyTagClassName
{
color: #46FF1C;
}
</style>
background-color css
<style>
a { background-color: #46FF1C; }
a { background-color: rgb(70,255,28); }
div.DivClassName
{
background-color: #46FF1C;
}
.BgClassName
{
background-color: #46FF1C;
}
</style>
border-color css
<style>
span { border-color: #46FF1C; }
span { border-color: rgb(70,255,28); }
td.TdClassName
{
border-color: #46FF1C;
}
.TagClassName
{
border-color: #46FF1C;
}
</style>