Shades of Harlequin #48E218
Tints of Harlequin #48E218
RGB
CMYK
RGB Variations
Color information
#48E218 (or 0x48E218) is known color: Harlequin. HEX triplet: 48, E2 and 18. RGB value is (72,226,24). Sum of RGB (Red+Green+Blue) = 72+226+24=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 226 (88.67% from 255 or 70.19% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 226 - color contains mainly: green. Hex color #48E218 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E218 is #B71DE7. Grayscale: #9D9D9D. Windows color (decimal): -12000744 or 1630792. OLE color: 1630792.
HSL color Cylindrical-coordinate representation of color #48E218: hue angle of 105.74º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48E218 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 226 | 24 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.11 |
| HSL | 105.74º | 0.81% | 0.49% | - |
| HSV(B) | 105.74º | 0.89% | 0.89% | - |
| XYZ | 30.03 | 55.84 | 10.06 | - |
| YUV | 156.93 | 52.98 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 24 | 0.68 | 0 | 0.89 | 0.11 | 105.74 | 0.81 | 0.49 |
| Hex | 48 | E2 | 18 | 44 | 0 | 59 | B | 6A | 51 | 31 |
| Octal | 110 | 342 | 30 | 104 | 0 | 131 | 13 | 152 | 121 | 61 |
| Binary | 1001000 | 11100010 | 11000 | 1000100 | 0 | 1011001 | 1011 | 1101010 | 1010001 | 110001 |
Color Harmonies of #48E218
Complementary color
Monochromatic Colors of #48E218
Black with #48E218
Text Example
Text Example
White with #48E218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E218; }
p { color: rgb(72,226,24); }
H1.HeaderClassName
{
color: #48E218;
}
.AnyTagClassName
{
color: #48E218;
}
</style>
background-color css
<style>
a { background-color: #48E218; }
a { background-color: rgb(72,226,24); }
div.DivClassName
{
background-color: #48E218;
}
.BgClassName
{
background-color: #48E218;
}
</style>
border-color css
<style>
span { border-color: #48E218; }
span { border-color: rgb(72,226,24); }
td.TdClassName
{
border-color: #48E218;
}
.TagClassName
{
border-color: #48E218;
}
</style>