Shades of Harlequin #46F805
Tints of Harlequin #46F805
RGB
CMYK
RGB Variations
Color information
#46F805 (or 0x46F805) is known color: Harlequin. HEX triplet: 46, F8 and 05. RGB value is (70,248,5). Sum of RGB (Red+Green+Blue) = 70+248+5=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 248 (97.27% from 255 or 76.78% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 248 - color contains mainly: green. Hex color #46F805 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F805 is #B907FA. Grayscale: #A7A7A7. Windows color (decimal): -12126203 or 391238. OLE color: 391238.
HSL color Cylindrical-coordinate representation of color #46F805: hue angle of 103.95º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46F805 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 248 | 5 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.03 |
| HSL | 103.95º | 0.96% | 0.5% | - |
| HSV(B) | 103.95º | 0.98% | 0.97% | - |
| XYZ | 36.12 | 68.45 | 11.45 | - |
| YUV | 167.08 | 36.53 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 248 | 5 | 0.72 | 0 | 0.98 | 0.03 | 103.95 | 0.96 | 0.5 |
| Hex | 46 | F8 | 5 | 48 | 0 | 62 | 3 | 68 | 60 | 32 |
| Octal | 106 | 370 | 5 | 110 | 0 | 142 | 3 | 150 | 140 | 62 |
| Binary | 1000110 | 11111000 | 101 | 1001000 | 0 | 1100010 | 11 | 1101000 | 1100000 | 110010 |
Color Harmonies of #46F805
Complementary color
Monochromatic Colors of #46F805
Black with #46F805
Text Example
Text Example
White with #46F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F805; }
p { color: rgb(70,248,5); }
H1.HeaderClassName
{
color: #46F805;
}
.AnyTagClassName
{
color: #46F805;
}
</style>
background-color css
<style>
a { background-color: #46F805; }
a { background-color: rgb(70,248,5); }
div.DivClassName
{
background-color: #46F805;
}
.BgClassName
{
background-color: #46F805;
}
</style>
border-color css
<style>
span { border-color: #46F805; }
span { border-color: rgb(70,248,5); }
td.TdClassName
{
border-color: #46F805;
}
.TagClassName
{
border-color: #46F805;
}
</style>