Shades of Harlequin #48E819
Tints of Harlequin #48E819
RGB
CMYK
RGB Variations
Color information
#48E819 (or 0x48E819) is known color: Harlequin. HEX triplet: 48, E8 and 19. RGB value is (72,232,25). Sum of RGB (Red+Green+Blue) = 72+232+25=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 232 (91.02% from 255 or 70.52% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 232 - color contains mainly: green. Hex color #48E819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48E819 is #B717E6. Grayscale: #A1A1A1. Windows color (decimal): -11999207 or 1697864. OLE color: 1697864.
HSL color Cylindrical-coordinate representation of color #48E819: hue angle of 106.38º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48E819 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 232 | 25 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.09 |
| HSL | 106.38º | 0.82% | 0.5% | - |
| HSV(B) | 106.38º | 0.89% | 0.91% | - |
| XYZ | 31.7 | 59.16 | 10.67 | - |
| YUV | 160.56 | 51.49 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 232 | 25 | 0.69 | 0 | 0.89 | 0.09 | 106.38 | 0.82 | 0.5 |
| Hex | 48 | E8 | 19 | 45 | 0 | 59 | 9 | 6A | 52 | 32 |
| Octal | 110 | 350 | 31 | 105 | 0 | 131 | 11 | 152 | 122 | 62 |
| Binary | 1001000 | 11101000 | 11001 | 1000101 | 0 | 1011001 | 1001 | 1101010 | 1010010 | 110010 |
Color Harmonies of #48E819
Complementary color
Monochromatic Colors of #48E819
Black with #48E819
Text Example
Text Example
White with #48E819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E819; }
p { color: rgb(72,232,25); }
H1.HeaderClassName
{
color: #48E819;
}
.AnyTagClassName
{
color: #48E819;
}
</style>
background-color css
<style>
a { background-color: #48E819; }
a { background-color: rgb(72,232,25); }
div.DivClassName
{
background-color: #48E819;
}
.BgClassName
{
background-color: #48E819;
}
</style>
border-color css
<style>
span { border-color: #48E819; }
span { border-color: rgb(72,232,25); }
td.TdClassName
{
border-color: #48E819;
}
.TagClassName
{
border-color: #48E819;
}
</style>