Shades of Harlequin #48FE12
Tints of Harlequin #48FE12
RGB
CMYK
RGB Variations
Color information
#48FE12 (or 0x48FE12) is known color: Harlequin. HEX triplet: 48, FE and 12. RGB value is (72,254,18). Sum of RGB (Red+Green+Blue) = 72+254+18=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 254 (99.61% from 255 or 73.84% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FE12 is #B701ED. Grayscale: #ADADAD. Windows color (decimal): -11993582 or 1244744. OLE color: 1244744.
HSL color Cylindrical-coordinate representation of color #48FE12: hue angle of 106.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48FE12 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 18 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.00 |
| HSL | 106.27º | 0.99% | 0.53% | - |
| HSV(B) | 106.27º | 0.93% | 1% | - |
| XYZ | 38.22 | 72.31 | 12.51 | - |
| YUV | 172.68 | 40.7 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 18 | 0.72 | 0 | 0.93 | 0.00 | 106.27 | 0.99 | 0.53 |
| Hex | 48 | FE | 12 | 48 | 0 | 5D | 0 | 6A | 63 | 35 |
| Octal | 110 | 376 | 22 | 110 | 0 | 135 | 0 | 152 | 143 | 65 |
| Binary | 1001000 | 11111110 | 10010 | 1001000 | 0 | 1011101 | 0 | 1101010 | 1100011 | 110101 |
Color Harmonies of #48FE12
Complementary color
Monochromatic Colors of #48FE12
Black with #48FE12
Text Example
Text Example
White with #48FE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE12; }
p { color: rgb(72,254,18); }
H1.HeaderClassName
{
color: #48FE12;
}
.AnyTagClassName
{
color: #48FE12;
}
</style>
background-color css
<style>
a { background-color: #48FE12; }
a { background-color: rgb(72,254,18); }
div.DivClassName
{
background-color: #48FE12;
}
.BgClassName
{
background-color: #48FE12;
}
</style>
border-color css
<style>
span { border-color: #48FE12; }
span { border-color: rgb(72,254,18); }
td.TdClassName
{
border-color: #48FE12;
}
.TagClassName
{
border-color: #48FE12;
}
</style>