Shades of Harlequin #46FA04
Tints of Harlequin #46FA04
RGB
CMYK
RGB Variations
Color information
#46FA04 (or 0x46FA04) is known color: Harlequin. HEX triplet: 46, FA and 04. RGB value is (70,250,4). Sum of RGB (Red+Green+Blue) = 70+250+4=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 250 (98.05% from 255 or 77.16% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 250 - color contains mainly: green. Hex color #46FA04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46FA04 is #B905FB. Grayscale: #A8A8A8. Windows color (decimal): -12125692 or 326214. OLE color: 326214.
HSL color Cylindrical-coordinate representation of color #46FA04: hue angle of 103.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46FA04 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 4 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.02 |
| HSL | 103.9º | 0.97% | 0.5% | - |
| HSV(B) | 103.9º | 0.98% | 0.98% | - |
| XYZ | 36.73 | 69.68 | 11.63 | - |
| YUV | 168.14 | 35.37 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 4 | 0.72 | 0 | 0.98 | 0.02 | 103.9 | 0.97 | 0.5 |
| Hex | 46 | FA | 4 | 48 | 0 | 62 | 2 | 68 | 61 | 32 |
| Octal | 106 | 372 | 4 | 110 | 0 | 142 | 2 | 150 | 141 | 62 |
| Binary | 1000110 | 11111010 | 100 | 1001000 | 0 | 1100010 | 10 | 1101000 | 1100001 | 110010 |
Color Harmonies of #46FA04
Complementary color
Monochromatic Colors of #46FA04
Black with #46FA04
Text Example
Text Example
White with #46FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FA04; }
p { color: rgb(70,250,4); }
H1.HeaderClassName
{
color: #46FA04;
}
.AnyTagClassName
{
color: #46FA04;
}
</style>
background-color css
<style>
a { background-color: #46FA04; }
a { background-color: rgb(70,250,4); }
div.DivClassName
{
background-color: #46FA04;
}
.BgClassName
{
background-color: #46FA04;
}
</style>
border-color css
<style>
span { border-color: #46FA04; }
span { border-color: rgb(70,250,4); }
td.TdClassName
{
border-color: #46FA04;
}
.TagClassName
{
border-color: #46FA04;
}
</style>