Shades of Harlequin #48FF16
Tints of Harlequin #48FF16
RGB
CMYK
RGB Variations
Color information
#48FF16 (or 0x48FF16) is known color: Harlequin. HEX triplet: 48, FF and 16. RGB value is (72,255,22). Sum of RGB (Red+Green+Blue) = 72+255+22=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FF16 is #B700E9. Grayscale: #AEAEAE. Windows color (decimal): -11993322 or 1507144. OLE color: 1507144.
HSL color Cylindrical-coordinate representation of color #48FF16: hue angle of 107.12º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48FF16 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 22 | - |
| CMYK | 0.72 | 0 | 0.91 | 0 |
| HSL | 107.12º | 1% | 0.54% | - |
| HSV(B) | 107.12º | 0.91% | 1% | - |
| XYZ | 38.58 | 72.96 | 12.81 | - |
| YUV | 173.72 | 42.37 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 22 | 0.72 | 0 | 0.91 | 0 | 107.12 | 1 | 0.54 |
| Hex | 48 | FF | 16 | 48 | 0 | 5B | 0 | 6B | 64 | 36 |
| Octal | 110 | 377 | 26 | 110 | 0 | 133 | 0 | 153 | 144 | 66 |
| Binary | 1001000 | 11111111 | 10110 | 1001000 | 0 | 1011011 | 0 | 1101011 | 1100100 | 110110 |
Color Harmonies of #48FF16
Complementary color
Monochromatic Colors of #48FF16
Black with #48FF16
Text Example
Text Example
White with #48FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF16; }
p { color: rgb(72,255,22); }
H1.HeaderClassName
{
color: #48FF16;
}
.AnyTagClassName
{
color: #48FF16;
}
</style>
background-color css
<style>
a { background-color: #48FF16; }
a { background-color: rgb(72,255,22); }
div.DivClassName
{
background-color: #48FF16;
}
.BgClassName
{
background-color: #48FF16;
}
</style>
border-color css
<style>
span { border-color: #48FF16; }
span { border-color: rgb(72,255,22); }
td.TdClassName
{
border-color: #48FF16;
}
.TagClassName
{
border-color: #48FF16;
}
</style>