Shades of Harlequin #48E501
Tints of Harlequin #48E501
RGB
CMYK
RGB Variations
Color information
#48E501 (or 0x48E501) is known color: Harlequin. HEX triplet: 48, E5 and 01. RGB value is (72,229,1). Sum of RGB (Red+Green+Blue) = 72+229+1=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 229 (89.84% from 255 or 75.83% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 229 - color contains mainly: green. Hex color #48E501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E501 is #B71AFE. Grayscale: #9C9C9C. Windows color (decimal): -11999999 or 124232. OLE color: 124232.
HSL color Cylindrical-coordinate representation of color #48E501: hue angle of 101.32º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48E501 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 229 | 1 | - |
| CMYK | 0.69 | 0 | 1.00 | 0.10 |
| HSL | 101.32º | 0.99% | 0.45% | - |
| HSV(B) | 101.32º | 1% | 0.9% | - |
| XYZ | 30.7 | 57.42 | 9.49 | - |
| YUV | 156.07 | 40.49 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 229 | 1 | 0.69 | 0 | 1.00 | 0.10 | 101.32 | 0.99 | 0.45 |
| Hex | 48 | E5 | 1 | 45 | 0 | 64 | A | 65 | 63 | 2D |
| Octal | 110 | 345 | 1 | 105 | 0 | 144 | 12 | 145 | 143 | 55 |
| Binary | 1001000 | 11100101 | 1 | 1000101 | 0 | 1100100 | 1010 | 1100101 | 1100011 | 101101 |
Color Harmonies of #48E501
Complementary color
Monochromatic Colors of #48E501
Black with #48E501
Text Example
Text Example
White with #48E501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E501; }
p { color: rgb(72,229,1); }
H1.HeaderClassName
{
color: #48E501;
}
.AnyTagClassName
{
color: #48E501;
}
</style>
background-color css
<style>
a { background-color: #48E501; }
a { background-color: rgb(72,229,1); }
div.DivClassName
{
background-color: #48E501;
}
.BgClassName
{
background-color: #48E501;
}
</style>
border-color css
<style>
span { border-color: #48E501; }
span { border-color: rgb(72,229,1); }
td.TdClassName
{
border-color: #48E501;
}
.TagClassName
{
border-color: #48E501;
}
</style>