Shades of Harlequin #46FE05
Tints of Harlequin #46FE05
RGB
CMYK
RGB Variations
Color information
#46FE05 (or 0x46FE05) is known color: Harlequin. HEX triplet: 46, FE and 05. RGB value is (70,254,5). Sum of RGB (Red+Green+Blue) = 70+254+5=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 254 (99.61% from 255 or 77.20% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 254 - color contains mainly: green. Hex color #46FE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46FE05 is #B901FA. Grayscale: #ABABAB. Windows color (decimal): -12124667 or 392774. OLE color: 392774.
HSL color Cylindrical-coordinate representation of color #46FE05: hue angle of 104.34º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46FE05 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 5 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.00 |
| HSL | 104.34º | 0.99% | 0.51% | - |
| HSV(B) | 104.34º | 0.98% | 1% | - |
| XYZ | 38 | 72.2 | 12.08 | - |
| YUV | 170.6 | 34.54 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 5 | 0.72 | 0 | 0.98 | 0.00 | 104.34 | 0.99 | 0.51 |
| Hex | 46 | FE | 5 | 48 | 0 | 62 | 0 | 68 | 63 | 33 |
| Octal | 106 | 376 | 5 | 110 | 0 | 142 | 0 | 150 | 143 | 63 |
| Binary | 1000110 | 11111110 | 101 | 1001000 | 0 | 1100010 | 0 | 1101000 | 1100011 | 110011 |
Color Harmonies of #46FE05
Complementary color
Monochromatic Colors of #46FE05
Black with #46FE05
Text Example
Text Example
White with #46FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FE05; }
p { color: rgb(70,254,5); }
H1.HeaderClassName
{
color: #46FE05;
}
.AnyTagClassName
{
color: #46FE05;
}
</style>
background-color css
<style>
a { background-color: #46FE05; }
a { background-color: rgb(70,254,5); }
div.DivClassName
{
background-color: #46FE05;
}
.BgClassName
{
background-color: #46FE05;
}
</style>
border-color css
<style>
span { border-color: #46FE05; }
span { border-color: rgb(70,254,5); }
td.TdClassName
{
border-color: #46FE05;
}
.TagClassName
{
border-color: #46FE05;
}
</style>