Shades of Harlequin #48FA11
Tints of Harlequin #48FA11
RGB
CMYK
RGB Variations
Color information
#48FA11 (or 0x48FA11) is known color: Harlequin. HEX triplet: 48, FA and 11. RGB value is (72,250,17). Sum of RGB (Red+Green+Blue) = 72+250+17=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FA11 is #B705EE. Grayscale: #AAAAAA. Windows color (decimal): -11994607 or 1178184. OLE color: 1178184.
HSL color Cylindrical-coordinate representation of color #48FA11: hue angle of 105.84º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48FA11 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 250 | 17 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.02 |
| HSL | 105.84º | 0.96% | 0.52% | - |
| HSV(B) | 105.84º | 0.93% | 0.98% | - |
| XYZ | 36.96 | 69.79 | 12.05 | - |
| YUV | 170.22 | 41.53 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 250 | 17 | 0.71 | 0 | 0.93 | 0.02 | 105.84 | 0.96 | 0.52 |
| Hex | 48 | FA | 11 | 47 | 0 | 5D | 2 | 6A | 60 | 34 |
| Octal | 110 | 372 | 21 | 107 | 0 | 135 | 2 | 152 | 140 | 64 |
| Binary | 1001000 | 11111010 | 10001 | 1000111 | 0 | 1011101 | 10 | 1101010 | 1100000 | 110100 |
Color Harmonies of #48FA11
Complementary color
Monochromatic Colors of #48FA11
Black with #48FA11
Text Example
Text Example
White with #48FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FA11; }
p { color: rgb(72,250,17); }
H1.HeaderClassName
{
color: #48FA11;
}
.AnyTagClassName
{
color: #48FA11;
}
</style>
background-color css
<style>
a { background-color: #48FA11; }
a { background-color: rgb(72,250,17); }
div.DivClassName
{
background-color: #48FA11;
}
.BgClassName
{
background-color: #48FA11;
}
</style>
border-color css
<style>
span { border-color: #48FA11; }
span { border-color: rgb(72,250,17); }
td.TdClassName
{
border-color: #48FA11;
}
.TagClassName
{
border-color: #48FA11;
}
</style>