Shades of Harlequin #46F101
Tints of Harlequin #46F101
RGB
CMYK
RGB Variations
Color information
#46F101 (or 0x46F101) is known color: Harlequin. HEX triplet: 46, F1 and 01. RGB value is (70,241,1). Sum of RGB (Red+Green+Blue) = 70+241+1=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 241 (94.53% from 255 or 77.24% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 241 - color contains mainly: green. Hex color #46F101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F101 is #B90EFE. Grayscale: #A3A3A3. Windows color (decimal): -12127999 or 127302. OLE color: 127302.
HSL color Cylindrical-coordinate representation of color #46F101: hue angle of 102.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46F101 is Cyan = 0.71, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 241 | 1 | - |
| CMYK | 0.71 | 0 | 1.00 | 0.05 |
| HSL | 102.75º | 0.99% | 0.47% | - |
| HSV(B) | 102.75º | 1% | 0.95% | - |
| XYZ | 33.99 | 64.21 | 10.63 | - |
| YUV | 162.51 | 36.85 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 241 | 1 | 0.71 | 0 | 1.00 | 0.05 | 102.75 | 0.99 | 0.47 |
| Hex | 46 | F1 | 1 | 47 | 0 | 64 | 5 | 67 | 63 | 2F |
| Octal | 106 | 361 | 1 | 107 | 0 | 144 | 5 | 147 | 143 | 57 |
| Binary | 1000110 | 11110001 | 1 | 1000111 | 0 | 1100100 | 101 | 1100111 | 1100011 | 101111 |
Color Harmonies of #46F101
Complementary color
Monochromatic Colors of #46F101
Black with #46F101
Text Example
Text Example
White with #46F101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F101; }
p { color: rgb(70,241,1); }
H1.HeaderClassName
{
color: #46F101;
}
.AnyTagClassName
{
color: #46F101;
}
</style>
background-color css
<style>
a { background-color: #46F101; }
a { background-color: rgb(70,241,1); }
div.DivClassName
{
background-color: #46F101;
}
.BgClassName
{
background-color: #46F101;
}
</style>
border-color css
<style>
span { border-color: #46F101; }
span { border-color: rgb(70,241,1); }
td.TdClassName
{
border-color: #46F101;
}
.TagClassName
{
border-color: #46F101;
}
</style>