Shades of Harlequin #46FE18
Tints of Harlequin #46FE18
RGB
CMYK
RGB Variations
Color information
#46FE18 (or 0x46FE18) is known color: Harlequin. HEX triplet: 46, FE and 18. RGB value is (70,254,24). Sum of RGB (Red+Green+Blue) = 70+254+24=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 254 (99.61% from 255 or 72.99% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 254 - color contains mainly: green. Hex color #46FE18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46FE18 is #B901E7. Grayscale: #ADADAD. Windows color (decimal): -12124648 or 1637958. OLE color: 1637958.
HSL color Cylindrical-coordinate representation of color #46FE18: hue angle of 108º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46FE18 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 24 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.00 |
| HSL | 108º | 0.99% | 0.55% | - |
| HSV(B) | 108º | 0.91% | 1% | - |
| XYZ | 38.13 | 72.25 | 12.8 | - |
| YUV | 172.76 | 44.04 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 24 | 0.72 | 0 | 0.91 | 0.00 | 108 | 0.99 | 0.55 |
| Hex | 46 | FE | 18 | 48 | 0 | 5B | 0 | 6C | 63 | 37 |
| Octal | 106 | 376 | 30 | 110 | 0 | 133 | 0 | 154 | 143 | 67 |
| Binary | 1000110 | 11111110 | 11000 | 1001000 | 0 | 1011011 | 0 | 1101100 | 1100011 | 110111 |
Color Harmonies of #46FE18
Complementary color
Monochromatic Colors of #46FE18
Black with #46FE18
Text Example
Text Example
White with #46FE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FE18; }
p { color: rgb(70,254,24); }
H1.HeaderClassName
{
color: #46FE18;
}
.AnyTagClassName
{
color: #46FE18;
}
</style>
background-color css
<style>
a { background-color: #46FE18; }
a { background-color: rgb(70,254,24); }
div.DivClassName
{
background-color: #46FE18;
}
.BgClassName
{
background-color: #46FE18;
}
</style>
border-color css
<style>
span { border-color: #46FE18; }
span { border-color: rgb(70,254,24); }
td.TdClassName
{
border-color: #46FE18;
}
.TagClassName
{
border-color: #46FE18;
}
</style>