Shades of Harlequin #48EC16
Tints of Harlequin #48EC16
RGB
CMYK
RGB Variations
Color information
#48EC16 (or 0x48EC16) is known color: Harlequin. HEX triplet: 48, EC and 16. RGB value is (72,236,22). Sum of RGB (Red+Green+Blue) = 72+236+22=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EC16 is #B713E9. Grayscale: #A3A3A3. Windows color (decimal): -11998186 or 1502280. OLE color: 1502280.
HSL color Cylindrical-coordinate representation of color #48EC16: hue angle of 105.98º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48EC16 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 22 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.07 |
| HSL | 105.98º | 0.85% | 0.51% | - |
| HSV(B) | 105.98º | 0.91% | 0.93% | - |
| XYZ | 32.81 | 61.43 | 10.89 | - |
| YUV | 162.57 | 48.67 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 22 | 0.69 | 0 | 0.91 | 0.07 | 105.98 | 0.85 | 0.51 |
| Hex | 48 | EC | 16 | 45 | 0 | 5B | 7 | 6A | 55 | 33 |
| Octal | 110 | 354 | 26 | 105 | 0 | 133 | 7 | 152 | 125 | 63 |
| Binary | 1001000 | 11101100 | 10110 | 1000101 | 0 | 1011011 | 111 | 1101010 | 1010101 | 110011 |
Color Harmonies of #48EC16
Complementary color
Monochromatic Colors of #48EC16
Black with #48EC16
Text Example
Text Example
White with #48EC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC16; }
p { color: rgb(72,236,22); }
H1.HeaderClassName
{
color: #48EC16;
}
.AnyTagClassName
{
color: #48EC16;
}
</style>
background-color css
<style>
a { background-color: #48EC16; }
a { background-color: rgb(72,236,22); }
div.DivClassName
{
background-color: #48EC16;
}
.BgClassName
{
background-color: #48EC16;
}
</style>
border-color css
<style>
span { border-color: #48EC16; }
span { border-color: rgb(72,236,22); }
td.TdClassName
{
border-color: #48EC16;
}
.TagClassName
{
border-color: #48EC16;
}
</style>