Shades of Harlequin #48E111
Tints of Harlequin #48E111
RGB
CMYK
RGB Variations
Color information
#48E111 (or 0x48E111) is known color: Harlequin. HEX triplet: 48, E1 and 11. RGB value is (72,225,17). Sum of RGB (Red+Green+Blue) = 72+225+17=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #48E111 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E111 is #B71EEE. Grayscale: #9C9C9C. Windows color (decimal): -12001007 or 1171784. OLE color: 1171784.
HSL color Cylindrical-coordinate representation of color #48E111: hue angle of 104.13º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48E111 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 225 | 17 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.12 |
| HSL | 104.13º | 0.86% | 0.47% | - |
| HSV(B) | 104.13º | 0.92% | 0.88% | - |
| XYZ | 29.7 | 55.27 | 9.63 | - |
| YUV | 155.54 | 49.81 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 225 | 17 | 0.68 | 0 | 0.92 | 0.12 | 104.13 | 0.86 | 0.47 |
| Hex | 48 | E1 | 11 | 44 | 0 | 5C | C | 68 | 56 | 2F |
| Octal | 110 | 341 | 21 | 104 | 0 | 134 | 14 | 150 | 126 | 57 |
| Binary | 1001000 | 11100001 | 10001 | 1000100 | 0 | 1011100 | 1100 | 1101000 | 1010110 | 101111 |
Color Harmonies of #48E111
Complementary color
Monochromatic Colors of #48E111
Black with #48E111
Text Example
Text Example
White with #48E111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E111; }
p { color: rgb(72,225,17); }
H1.HeaderClassName
{
color: #48E111;
}
.AnyTagClassName
{
color: #48E111;
}
</style>
background-color css
<style>
a { background-color: #48E111; }
a { background-color: rgb(72,225,17); }
div.DivClassName
{
background-color: #48E111;
}
.BgClassName
{
background-color: #48E111;
}
</style>
border-color css
<style>
span { border-color: #48E111; }
span { border-color: rgb(72,225,17); }
td.TdClassName
{
border-color: #48E111;
}
.TagClassName
{
border-color: #48E111;
}
</style>