Shades of Harlequin #48E514
Tints of Harlequin #48E514
RGB
CMYK
RGB Variations
Color information
#48E514 (or 0x48E514) is known color: Harlequin. HEX triplet: 48, E5 and 14. RGB value is (72,229,20). Sum of RGB (Red+Green+Blue) = 72+229+20=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 229 (89.84% from 255 or 71.34% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 229 - color contains mainly: green. Hex color #48E514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48E514 is #B71AEB. Grayscale: #9E9E9E. Windows color (decimal): -11999980 or 1369416. OLE color: 1369416.
HSL color Cylindrical-coordinate representation of color #48E514: hue angle of 105.07º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48E514 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 229 | 20 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.10 |
| HSL | 105.07º | 0.84% | 0.49% | - |
| HSV(B) | 105.07º | 0.91% | 0.9% | - |
| XYZ | 30.82 | 57.47 | 10.13 | - |
| YUV | 158.23 | 49.99 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 229 | 20 | 0.69 | 0 | 0.91 | 0.10 | 105.07 | 0.84 | 0.49 |
| Hex | 48 | E5 | 14 | 45 | 0 | 5B | A | 69 | 54 | 31 |
| Octal | 110 | 345 | 24 | 105 | 0 | 133 | 12 | 151 | 124 | 61 |
| Binary | 1001000 | 11100101 | 10100 | 1000101 | 0 | 1011011 | 1010 | 1101001 | 1010100 | 110001 |
Color Harmonies of #48E514
Complementary color
Monochromatic Colors of #48E514
Black with #48E514
Text Example
Text Example
White with #48E514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E514; }
p { color: rgb(72,229,20); }
H1.HeaderClassName
{
color: #48E514;
}
.AnyTagClassName
{
color: #48E514;
}
</style>
background-color css
<style>
a { background-color: #48E514; }
a { background-color: rgb(72,229,20); }
div.DivClassName
{
background-color: #48E514;
}
.BgClassName
{
background-color: #48E514;
}
</style>
border-color css
<style>
span { border-color: #48E514; }
span { border-color: rgb(72,229,20); }
td.TdClassName
{
border-color: #48E514;
}
.TagClassName
{
border-color: #48E514;
}
</style>