Shades of Harlequin #48E817
Tints of Harlequin #48E817
RGB
CMYK
RGB Variations
Color information
#48E817 (or 0x48E817) is known color: Harlequin. HEX triplet: 48, E8 and 17. RGB value is (72,232,23). Sum of RGB (Red+Green+Blue) = 72+232+23=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 232 (91.02% from 255 or 70.95% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 232 - color contains mainly: green. Hex color #48E817 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48E817 is #B717E8. Grayscale: #A1A1A1. Windows color (decimal): -11999209 or 1566792. OLE color: 1566792.
HSL color Cylindrical-coordinate representation of color #48E817: hue angle of 105.93º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48E817 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 232 | 23 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.09 |
| HSL | 105.93º | 0.82% | 0.5% | - |
| HSV(B) | 105.93º | 0.9% | 0.91% | - |
| XYZ | 31.68 | 59.15 | 10.56 | - |
| YUV | 160.33 | 50.49 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 232 | 23 | 0.69 | 0 | 0.90 | 0.09 | 105.93 | 0.82 | 0.5 |
| Hex | 48 | E8 | 17 | 45 | 0 | 5A | 9 | 6A | 52 | 32 |
| Octal | 110 | 350 | 27 | 105 | 0 | 132 | 11 | 152 | 122 | 62 |
| Binary | 1001000 | 11101000 | 10111 | 1000101 | 0 | 1011010 | 1001 | 1101010 | 1010010 | 110010 |
Color Harmonies of #48E817
Complementary color
Monochromatic Colors of #48E817
Black with #48E817
Text Example
Text Example
White with #48E817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E817; }
p { color: rgb(72,232,23); }
H1.HeaderClassName
{
color: #48E817;
}
.AnyTagClassName
{
color: #48E817;
}
</style>
background-color css
<style>
a { background-color: #48E817; }
a { background-color: rgb(72,232,23); }
div.DivClassName
{
background-color: #48E817;
}
.BgClassName
{
background-color: #48E817;
}
</style>
border-color css
<style>
span { border-color: #48E817; }
span { border-color: rgb(72,232,23); }
td.TdClassName
{
border-color: #48E817;
}
.TagClassName
{
border-color: #48E817;
}
</style>