Shades of Harlequin #48EC04
Tints of Harlequin #48EC04
RGB
CMYK
RGB Variations
Color information
#48EC04 (or 0x48EC04) is known color: Harlequin. HEX triplet: 48, EC and 04. RGB value is (72,236,4). Sum of RGB (Red+Green+Blue) = 72+236+4=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EC04 is #B713FB. Grayscale: #A1A1A1. Windows color (decimal): -11998204 or 322632. OLE color: 322632.
HSL color Cylindrical-coordinate representation of color #48EC04: hue angle of 102.41º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48EC04 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 4 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.07 |
| HSL | 102.41º | 0.97% | 0.47% | - |
| HSV(B) | 102.41º | 0.98% | 0.93% | - |
| XYZ | 32.69 | 61.38 | 10.24 | - |
| YUV | 160.52 | 39.67 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 4 | 0.69 | 0 | 0.98 | 0.07 | 102.41 | 0.97 | 0.47 |
| Hex | 48 | EC | 4 | 45 | 0 | 62 | 7 | 66 | 61 | 2F |
| Octal | 110 | 354 | 4 | 105 | 0 | 142 | 7 | 146 | 141 | 57 |
| Binary | 1001000 | 11101100 | 100 | 1000101 | 0 | 1100010 | 111 | 1100110 | 1100001 | 101111 |
Color Harmonies of #48EC04
Complementary color
Monochromatic Colors of #48EC04
Black with #48EC04
Text Example
Text Example
White with #48EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC04; }
p { color: rgb(72,236,4); }
H1.HeaderClassName
{
color: #48EC04;
}
.AnyTagClassName
{
color: #48EC04;
}
</style>
background-color css
<style>
a { background-color: #48EC04; }
a { background-color: rgb(72,236,4); }
div.DivClassName
{
background-color: #48EC04;
}
.BgClassName
{
background-color: #48EC04;
}
</style>
border-color css
<style>
span { border-color: #48EC04; }
span { border-color: rgb(72,236,4); }
td.TdClassName
{
border-color: #48EC04;
}
.TagClassName
{
border-color: #48EC04;
}
</style>