Shades of Harlequin #48FF21
Tints of Harlequin #48FF21
RGB
CMYK
RGB Variations
Color information
#48FF21 (or 0x48FF21) is known color: Harlequin. HEX triplet: 48, FF and 21. RGB value is (72,255,33). Sum of RGB (Red+Green+Blue) = 72+255+33=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF21 is #B700DE. Grayscale: #AFAFAF. Windows color (decimal): -11993311 or 2228040. OLE color: 2228040.
HSL color Cylindrical-coordinate representation of color #48FF21: hue angle of 109.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48FF21 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 33 | - |
| CMYK | 0.72 | 0 | 0.87 | 0 |
| HSL | 109.46º | 1% | 0.56% | - |
| HSV(B) | 109.46º | 0.87% | 1% | - |
| XYZ | 38.71 | 73.01 | 13.49 | - |
| YUV | 174.98 | 47.87 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 33 | 0.72 | 0 | 0.87 | 0 | 109.46 | 1 | 0.56 |
| Hex | 48 | FF | 21 | 48 | 0 | 57 | 0 | 6D | 64 | 38 |
| Octal | 110 | 377 | 41 | 110 | 0 | 127 | 0 | 155 | 144 | 70 |
| Binary | 1001000 | 11111111 | 100001 | 1001000 | 0 | 1010111 | 0 | 1101101 | 1100100 | 111000 |
Color Harmonies of #48FF21
Complementary color
Monochromatic Colors of #48FF21
Black with #48FF21
Text Example
Text Example
White with #48FF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF21; }
p { color: rgb(72,255,33); }
H1.HeaderClassName
{
color: #48FF21;
}
.AnyTagClassName
{
color: #48FF21;
}
</style>
background-color css
<style>
a { background-color: #48FF21; }
a { background-color: rgb(72,255,33); }
div.DivClassName
{
background-color: #48FF21;
}
.BgClassName
{
background-color: #48FF21;
}
</style>
border-color css
<style>
span { border-color: #48FF21; }
span { border-color: rgb(72,255,33); }
td.TdClassName
{
border-color: #48FF21;
}
.TagClassName
{
border-color: #48FF21;
}
</style>