Shades of Harlequin #46FF1B
Tints of Harlequin #46FF1B
RGB
CMYK
RGB Variations
Color information
#46FF1B (or 0x46FF1B) is known color: Harlequin. HEX triplet: 46, FF and 1B. RGB value is (70,255,27). Sum of RGB (Red+Green+Blue) = 70+255+27=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FF1B is #B900E4. Grayscale: #AEAEAE. Windows color (decimal): -12124389 or 1834822. OLE color: 1834822.
HSL color Cylindrical-coordinate representation of color #46FF1B: hue angle of 108.68º 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 #46FF1B is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 27 | - |
| CMYK | 0.73 | 0 | 0.89 | 0 |
| HSL | 108.68º | 1% | 0.55% | - |
| HSV(B) | 108.68º | 0.89% | 1% | - |
| XYZ | 38.48 | 72.9 | 13.08 | - |
| YUV | 173.69 | 45.21 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 27 | 0.73 | 0 | 0.89 | 0 | 108.68 | 1 | 0.55 |
| Hex | 46 | FF | 1B | 49 | 0 | 59 | 0 | 6D | 64 | 37 |
| Octal | 106 | 377 | 33 | 111 | 0 | 131 | 0 | 155 | 144 | 67 |
| Binary | 1000110 | 11111111 | 11011 | 1001001 | 0 | 1011001 | 0 | 1101101 | 1100100 | 110111 |
Color Harmonies of #46FF1B
Complementary color
Monochromatic Colors of #46FF1B
Black with #46FF1B
Text Example
Text Example
White with #46FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF1B; }
p { color: rgb(70,255,27); }
H1.HeaderClassName
{
color: #46FF1B;
}
.AnyTagClassName
{
color: #46FF1B;
}
</style>
background-color css
<style>
a { background-color: #46FF1B; }
a { background-color: rgb(70,255,27); }
div.DivClassName
{
background-color: #46FF1B;
}
.BgClassName
{
background-color: #46FF1B;
}
</style>
border-color css
<style>
span { border-color: #46FF1B; }
span { border-color: rgb(70,255,27); }
td.TdClassName
{
border-color: #46FF1B;
}
.TagClassName
{
border-color: #46FF1B;
}
</style>