Shades of Harlequin #48E80A
Tints of Harlequin #48E80A
RGB
CMYK
RGB Variations
Color information
#48E80A (or 0x48E80A) is known color: Harlequin. HEX triplet: 48, E8 and 0A. RGB value is (72,232,10). Sum of RGB (Red+Green+Blue) = 72+232+10=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 232 (91.02% from 255 or 73.89% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 232 - color contains mainly: green. Hex color #48E80A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48E80A is #B717F5. Grayscale: #9F9F9F. Windows color (decimal): -11999222 or 714824. OLE color: 714824.
HSL color Cylindrical-coordinate representation of color #48E80A: hue angle of 103.24º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48E80A is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 232 | 10 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.09 |
| HSL | 103.24º | 0.92% | 0.47% | - |
| HSV(B) | 103.24º | 0.96% | 0.91% | - |
| XYZ | 31.58 | 59.11 | 10.03 | - |
| YUV | 158.85 | 43.99 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 232 | 10 | 0.69 | 0 | 0.96 | 0.09 | 103.24 | 0.92 | 0.47 |
| Hex | 48 | E8 | A | 45 | 0 | 60 | 9 | 67 | 5C | 2F |
| Octal | 110 | 350 | 12 | 105 | 0 | 140 | 11 | 147 | 134 | 57 |
| Binary | 1001000 | 11101000 | 1010 | 1000101 | 0 | 1100000 | 1001 | 1100111 | 1011100 | 101111 |
Color Harmonies of #48E80A
Complementary color
Monochromatic Colors of #48E80A
Black with #48E80A
Text Example
Text Example
White with #48E80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E80A; }
p { color: rgb(72,232,10); }
H1.HeaderClassName
{
color: #48E80A;
}
.AnyTagClassName
{
color: #48E80A;
}
</style>
background-color css
<style>
a { background-color: #48E80A; }
a { background-color: rgb(72,232,10); }
div.DivClassName
{
background-color: #48E80A;
}
.BgClassName
{
background-color: #48E80A;
}
</style>
border-color css
<style>
span { border-color: #48E80A; }
span { border-color: rgb(72,232,10); }
td.TdClassName
{
border-color: #48E80A;
}
.TagClassName
{
border-color: #48E80A;
}
</style>