Shades of Harlequin #48FF33
Tints of Harlequin #48FF33
RGB
CMYK
RGB Variations
Color information
#48FF33 (or 0x48FF33) is known color: Harlequin. HEX triplet: 48, FF and 33. RGB value is (72,255,51). Sum of RGB (Red+Green+Blue) = 72+255+51=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF33 is #B700CC. Grayscale: #B1B1B1. Windows color (decimal): -11993293 or 3407688. OLE color: 3407688.
HSL color Cylindrical-coordinate representation of color #48FF33: hue angle of 113.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48FF33 is Cyan = 0.72, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 51 | - |
| CMYK | 0.72 | 0 | 0.8 | 0 |
| HSL | 113.82º | 1% | 0.6% | - |
| HSV(B) | 113.82º | 0.8% | 1% | - |
| XYZ | 39.03 | 73.14 | 15.19 | - |
| YUV | 177.03 | 56.87 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 51 | 0.72 | 0 | 0.8 | 0 | 113.82 | 1 | 0.6 |
| Hex | 48 | FF | 33 | 48 | 0 | 50 | 0 | 72 | 64 | 3C |
| Octal | 110 | 377 | 63 | 110 | 0 | 120 | 0 | 162 | 144 | 74 |
| Binary | 1001000 | 11111111 | 110011 | 1001000 | 0 | 1010000 | 0 | 1110010 | 1100100 | 111100 |
Color Harmonies of #48FF33
Complementary color
Monochromatic Colors of #48FF33
Black with #48FF33
Text Example
Text Example
White with #48FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF33; }
p { color: rgb(72,255,51); }
H1.HeaderClassName
{
color: #48FF33;
}
.AnyTagClassName
{
color: #48FF33;
}
</style>
background-color css
<style>
a { background-color: #48FF33; }
a { background-color: rgb(72,255,51); }
div.DivClassName
{
background-color: #48FF33;
}
.BgClassName
{
background-color: #48FF33;
}
</style>
border-color css
<style>
span { border-color: #48FF33; }
span { border-color: rgb(72,255,51); }
td.TdClassName
{
border-color: #48FF33;
}
.TagClassName
{
border-color: #48FF33;
}
</style>