Shades of Harlequin #48FE03
Tints of Harlequin #48FE03
RGB
CMYK
RGB Variations
Color information
#48FE03 (or 0x48FE03) is known color: Harlequin. HEX triplet: 48, FE and 03. RGB value is (72,254,3). Sum of RGB (Red+Green+Blue) = 72+254+3=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 254 (99.61% from 255 or 77.20% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FE03 is #B701FC. Grayscale: #ABABAB. Windows color (decimal): -11993597 or 261704. OLE color: 261704.
HSL color Cylindrical-coordinate representation of color #48FE03: hue angle of 103.51º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48FE03 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 3 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.00 |
| HSL | 103.51º | 0.99% | 0.5% | - |
| HSV(B) | 103.51º | 0.99% | 1% | - |
| XYZ | 38.13 | 72.27 | 12.03 | - |
| YUV | 170.97 | 33.2 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 3 | 0.72 | 0 | 0.99 | 0.00 | 103.51 | 0.99 | 0.5 |
| Hex | 48 | FE | 3 | 48 | 0 | 63 | 0 | 68 | 63 | 32 |
| Octal | 110 | 376 | 3 | 110 | 0 | 143 | 0 | 150 | 143 | 62 |
| Binary | 1001000 | 11111110 | 11 | 1001000 | 0 | 1100011 | 0 | 1101000 | 1100011 | 110010 |
Color Harmonies of #48FE03
Complementary color
Monochromatic Colors of #48FE03
Black with #48FE03
Text Example
Text Example
White with #48FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE03; }
p { color: rgb(72,254,3); }
H1.HeaderClassName
{
color: #48FE03;
}
.AnyTagClassName
{
color: #48FE03;
}
</style>
background-color css
<style>
a { background-color: #48FE03; }
a { background-color: rgb(72,254,3); }
div.DivClassName
{
background-color: #48FE03;
}
.BgClassName
{
background-color: #48FE03;
}
</style>
border-color css
<style>
span { border-color: #48FE03; }
span { border-color: rgb(72,254,3); }
td.TdClassName
{
border-color: #48FE03;
}
.TagClassName
{
border-color: #48FE03;
}
</style>