Shades of Harlequin #46FA0B
Tints of Harlequin #46FA0B
RGB
CMYK
RGB Variations
Color information
#46FA0B (or 0x46FA0B) is known color: Harlequin. HEX triplet: 46, FA and 0B. RGB value is (70,250,11). Sum of RGB (Red+Green+Blue) = 70+250+11=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 250 (98.05% from 255 or 75.53% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 250 - color contains mainly: green. Hex color #46FA0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46FA0B is #B905F4. Grayscale: #A9A9A9. Windows color (decimal): -12125685 or 784966. OLE color: 784966.
HSL color Cylindrical-coordinate representation of color #46FA0B: hue angle of 105.19º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46FA0B is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 11 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.02 |
| HSL | 105.19º | 0.96% | 0.51% | - |
| HSV(B) | 105.19º | 0.96% | 0.98% | - |
| XYZ | 36.77 | 69.7 | 11.83 | - |
| YUV | 168.93 | 38.87 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 11 | 0.72 | 0 | 0.96 | 0.02 | 105.19 | 0.96 | 0.51 |
| Hex | 46 | FA | B | 48 | 0 | 60 | 2 | 69 | 60 | 33 |
| Octal | 106 | 372 | 13 | 110 | 0 | 140 | 2 | 151 | 140 | 63 |
| Binary | 1000110 | 11111010 | 1011 | 1001000 | 0 | 1100000 | 10 | 1101001 | 1100000 | 110011 |
Color Harmonies of #46FA0B
Complementary color
Monochromatic Colors of #46FA0B
Black with #46FA0B
Text Example
Text Example
White with #46FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FA0B; }
p { color: rgb(70,250,11); }
H1.HeaderClassName
{
color: #46FA0B;
}
.AnyTagClassName
{
color: #46FA0B;
}
</style>
background-color css
<style>
a { background-color: #46FA0B; }
a { background-color: rgb(70,250,11); }
div.DivClassName
{
background-color: #46FA0B;
}
.BgClassName
{
background-color: #46FA0B;
}
</style>
border-color css
<style>
span { border-color: #46FA0B; }
span { border-color: rgb(70,250,11); }
td.TdClassName
{
border-color: #46FA0B;
}
.TagClassName
{
border-color: #46FA0B;
}
</style>