Shades of Harlequin #48FE18
Tints of Harlequin #48FE18
RGB
CMYK
RGB Variations
Color information
#48FE18 (or 0x48FE18) is known color: Harlequin. HEX triplet: 48, FE and 18. RGB value is (72,254,24). Sum of RGB (Red+Green+Blue) = 72+254+24=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 254 (99.61% from 255 or 72.57% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FE18 is #B701E7. Grayscale: #AEAEAE. Windows color (decimal): -11993576 or 1637960. OLE color: 1637960.
HSL color Cylindrical-coordinate representation of color #48FE18: hue angle of 107.48º 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 #48FE18 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 24 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.00 |
| HSL | 107.48º | 0.99% | 0.55% | - |
| HSV(B) | 107.48º | 0.91% | 1% | - |
| XYZ | 38.28 | 72.33 | 12.81 | - |
| YUV | 173.36 | 43.7 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 24 | 0.72 | 0 | 0.91 | 0.00 | 107.48 | 0.99 | 0.55 |
| Hex | 48 | FE | 18 | 48 | 0 | 5B | 0 | 6B | 63 | 37 |
| Octal | 110 | 376 | 30 | 110 | 0 | 133 | 0 | 153 | 143 | 67 |
| Binary | 1001000 | 11111110 | 11000 | 1001000 | 0 | 1011011 | 0 | 1101011 | 1100011 | 110111 |
Color Harmonies of #48FE18
Complementary color
Monochromatic Colors of #48FE18
Black with #48FE18
Text Example
Text Example
White with #48FE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE18; }
p { color: rgb(72,254,24); }
H1.HeaderClassName
{
color: #48FE18;
}
.AnyTagClassName
{
color: #48FE18;
}
</style>
background-color css
<style>
a { background-color: #48FE18; }
a { background-color: rgb(72,254,24); }
div.DivClassName
{
background-color: #48FE18;
}
.BgClassName
{
background-color: #48FE18;
}
</style>
border-color css
<style>
span { border-color: #48FE18; }
span { border-color: rgb(72,254,24); }
td.TdClassName
{
border-color: #48FE18;
}
.TagClassName
{
border-color: #48FE18;
}
</style>