Shades of Harlequin #48FF17
Tints of Harlequin #48FF17
RGB
CMYK
RGB Variations
Color information
#48FF17 (or 0x48FF17) is known color: Harlequin. HEX triplet: 48, FF and 17. RGB value is (72,255,23). Sum of RGB (Red+Green+Blue) = 72+255+23=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 255 (100% from 255 or 72.86% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FF17 is #B700E8. Grayscale: #AEAEAE. Windows color (decimal): -11993321 or 1572680. OLE color: 1572680.
HSL color Cylindrical-coordinate representation of color #48FF17: hue angle of 107.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48FF17 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 23 | - |
| CMYK | 0.72 | 0 | 0.91 | 0 |
| HSL | 107.33º | 1% | 0.55% | - |
| HSV(B) | 107.33º | 0.91% | 1% | - |
| XYZ | 38.59 | 72.96 | 12.86 | - |
| YUV | 173.84 | 42.87 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 23 | 0.72 | 0 | 0.91 | 0 | 107.33 | 1 | 0.55 |
| Hex | 48 | FF | 17 | 48 | 0 | 5B | 0 | 6B | 64 | 37 |
| Octal | 110 | 377 | 27 | 110 | 0 | 133 | 0 | 153 | 144 | 67 |
| Binary | 1001000 | 11111111 | 10111 | 1001000 | 0 | 1011011 | 0 | 1101011 | 1100100 | 110111 |
Color Harmonies of #48FF17
Complementary color
Monochromatic Colors of #48FF17
Black with #48FF17
Text Example
Text Example
White with #48FF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF17; }
p { color: rgb(72,255,23); }
H1.HeaderClassName
{
color: #48FF17;
}
.AnyTagClassName
{
color: #48FF17;
}
</style>
background-color css
<style>
a { background-color: #48FF17; }
a { background-color: rgb(72,255,23); }
div.DivClassName
{
background-color: #48FF17;
}
.BgClassName
{
background-color: #48FF17;
}
</style>
border-color css
<style>
span { border-color: #48FF17; }
span { border-color: rgb(72,255,23); }
td.TdClassName
{
border-color: #48FF17;
}
.TagClassName
{
border-color: #48FF17;
}
</style>