Shades of Harlequin #48EC11
Tints of Harlequin #48EC11
RGB
CMYK
RGB Variations
Color information
#48EC11 (or 0x48EC11) is known color: Harlequin. HEX triplet: 48, EC and 11. RGB value is (72,236,17). Sum of RGB (Red+Green+Blue) = 72+236+17=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 236 (92.58% from 255 or 72.62% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EC11 is #B713EE. Grayscale: #A2A2A2. Windows color (decimal): -11998191 or 1174600. OLE color: 1174600.
HSL color Cylindrical-coordinate representation of color #48EC11: hue angle of 104.93º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48EC11 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 17 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.07 |
| HSL | 104.93º | 0.87% | 0.5% | - |
| HSV(B) | 104.93º | 0.93% | 0.93% | - |
| XYZ | 32.77 | 61.41 | 10.66 | - |
| YUV | 162 | 46.17 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 17 | 0.69 | 0 | 0.93 | 0.07 | 104.93 | 0.87 | 0.5 |
| Hex | 48 | EC | 11 | 45 | 0 | 5D | 7 | 69 | 57 | 32 |
| Octal | 110 | 354 | 21 | 105 | 0 | 135 | 7 | 151 | 127 | 62 |
| Binary | 1001000 | 11101100 | 10001 | 1000101 | 0 | 1011101 | 111 | 1101001 | 1010111 | 110010 |
Color Harmonies of #48EC11
Complementary color
Monochromatic Colors of #48EC11
Black with #48EC11
Text Example
Text Example
White with #48EC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC11; }
p { color: rgb(72,236,17); }
H1.HeaderClassName
{
color: #48EC11;
}
.AnyTagClassName
{
color: #48EC11;
}
</style>
background-color css
<style>
a { background-color: #48EC11; }
a { background-color: rgb(72,236,17); }
div.DivClassName
{
background-color: #48EC11;
}
.BgClassName
{
background-color: #48EC11;
}
</style>
border-color css
<style>
span { border-color: #48EC11; }
span { border-color: rgb(72,236,17); }
td.TdClassName
{
border-color: #48EC11;
}
.TagClassName
{
border-color: #48EC11;
}
</style>