Shades of Harlequin #48EC1C
Tints of Harlequin #48EC1C
RGB
CMYK
RGB Variations
Color information
#48EC1C (or 0x48EC1C) is known color: Harlequin. HEX triplet: 48, EC and 1C. RGB value is (72,236,28). Sum of RGB (Red+Green+Blue) = 72+236+28=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 236 (92.58% from 255 or 70.24% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EC1C is #B713E3. Grayscale: #A3A3A3. Windows color (decimal): -11998180 or 1895496. OLE color: 1895496.
HSL color Cylindrical-coordinate representation of color #48EC1C: hue angle of 107.31º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48EC1C is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 28 | - |
| CMYK | 0.69 | 0 | 0.88 | 0.07 |
| HSL | 107.31º | 0.85% | 0.52% | - |
| HSV(B) | 107.31º | 0.88% | 0.93% | - |
| XYZ | 32.88 | 61.45 | 11.23 | - |
| YUV | 163.25 | 51.67 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 28 | 0.69 | 0 | 0.88 | 0.07 | 107.31 | 0.85 | 0.52 |
| Hex | 48 | EC | 1C | 45 | 0 | 58 | 7 | 6B | 55 | 34 |
| Octal | 110 | 354 | 34 | 105 | 0 | 130 | 7 | 153 | 125 | 64 |
| Binary | 1001000 | 11101100 | 11100 | 1000101 | 0 | 1011000 | 111 | 1101011 | 1010101 | 110100 |
Color Harmonies of #48EC1C
Complementary color
Monochromatic Colors of #48EC1C
Black with #48EC1C
Text Example
Text Example
White with #48EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC1C; }
p { color: rgb(72,236,28); }
H1.HeaderClassName
{
color: #48EC1C;
}
.AnyTagClassName
{
color: #48EC1C;
}
</style>
background-color css
<style>
a { background-color: #48EC1C; }
a { background-color: rgb(72,236,28); }
div.DivClassName
{
background-color: #48EC1C;
}
.BgClassName
{
background-color: #48EC1C;
}
</style>
border-color css
<style>
span { border-color: #48EC1C; }
span { border-color: rgb(72,236,28); }
td.TdClassName
{
border-color: #48EC1C;
}
.TagClassName
{
border-color: #48EC1C;
}
</style>