Shades of Harlequin #48FF15
Tints of Harlequin #48FF15
RGB
CMYK
RGB Variations
Color information
#48FF15 (or 0x48FF15) is known color: Harlequin. HEX triplet: 48, FF and 15. RGB value is (72,255,21). Sum of RGB (Red+Green+Blue) = 72+255+21=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 255 (100% from 255 or 73.28% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FF15 is #B700EA. Grayscale: #AEAEAE. Windows color (decimal): -11993323 or 1441608. OLE color: 1441608.
HSL color Cylindrical-coordinate representation of color #48FF15: hue angle of 106.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48FF15 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 21 | - |
| CMYK | 0.72 | 0 | 0.92 | 0 |
| HSL | 106.92º | 1% | 0.54% | - |
| HSV(B) | 106.92º | 0.92% | 1% | - |
| XYZ | 38.57 | 72.95 | 12.76 | - |
| YUV | 173.61 | 41.87 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 21 | 0.72 | 0 | 0.92 | 0 | 106.92 | 1 | 0.54 |
| Hex | 48 | FF | 15 | 48 | 0 | 5C | 0 | 6B | 64 | 36 |
| Octal | 110 | 377 | 25 | 110 | 0 | 134 | 0 | 153 | 144 | 66 |
| Binary | 1001000 | 11111111 | 10101 | 1001000 | 0 | 1011100 | 0 | 1101011 | 1100100 | 110110 |
Color Harmonies of #48FF15
Complementary color
Monochromatic Colors of #48FF15
Black with #48FF15
Text Example
Text Example
White with #48FF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF15; }
p { color: rgb(72,255,21); }
H1.HeaderClassName
{
color: #48FF15;
}
.AnyTagClassName
{
color: #48FF15;
}
</style>
background-color css
<style>
a { background-color: #48FF15; }
a { background-color: rgb(72,255,21); }
div.DivClassName
{
background-color: #48FF15;
}
.BgClassName
{
background-color: #48FF15;
}
</style>
border-color css
<style>
span { border-color: #48FF15; }
span { border-color: rgb(72,255,21); }
td.TdClassName
{
border-color: #48FF15;
}
.TagClassName
{
border-color: #48FF15;
}
</style>