Shades of Harlequin #46FB00
Tints of Harlequin #46FB00
RGB
CMYK
RGB Variations
Color information
#46FB00 (or 0x46FB00) is known color: Harlequin. HEX triplet: 46, FB and 00. RGB value is (70,251,0). Sum of RGB (Red+Green+Blue) = 70+251+0=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 251 (98.44% from 255 or 78.19% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 251 - color contains mainly: green. Hex color #46FB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46FB00 is #B904FF. Grayscale: #A9A9A9. Windows color (decimal): -12125440 or 64326. OLE color: 64326.
HSL color Cylindrical-coordinate representation of color #46FB00: hue angle of 103.27º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46FB00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 251 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.02 |
| HSL | 103.27º | 1% | 0.49% | - |
| HSV(B) | 103.27º | 1% | 0.98% | - |
| XYZ | 37.02 | 70.3 | 11.62 | - |
| YUV | 168.27 | 33.03 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 251 | 0 | 0.72 | 0 | 1 | 0.02 | 103.27 | 1 | 0.49 |
| Hex | 46 | FB | 0 | 48 | 0 | 64 | 2 | 67 | 64 | 31 |
| Octal | 106 | 373 | 0 | 110 | 0 | 144 | 2 | 147 | 144 | 61 |
| Binary | 1000110 | 11111011 | 0 | 1001000 | 0 | 1100100 | 10 | 1100111 | 1100100 | 110001 |
Color Harmonies of #46FB00
Complementary color
Monochromatic Colors of #46FB00
Black with #46FB00
Text Example
Text Example
White with #46FB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FB00; }
p { color: rgb(70,251,0); }
H1.HeaderClassName
{
color: #46FB00;
}
.AnyTagClassName
{
color: #46FB00;
}
</style>
background-color css
<style>
a { background-color: #46FB00; }
a { background-color: rgb(70,251,0); }
div.DivClassName
{
background-color: #46FB00;
}
.BgClassName
{
background-color: #46FB00;
}
</style>
border-color css
<style>
span { border-color: #46FB00; }
span { border-color: rgb(70,251,0); }
td.TdClassName
{
border-color: #46FB00;
}
.TagClassName
{
border-color: #46FB00;
}
</style>