Shades of Harlequin #48DF05
Tints of Harlequin #48DF05
RGB
CMYK
RGB Variations
Color information
#48DF05 (or 0x48DF05) is known color: Harlequin. HEX triplet: 48, DF and 05. RGB value is (72,223,5). Sum of RGB (Red+Green+Blue) = 72+223+5=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 223 (87.5% from 255 or 74.33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DF05 is #B720FA. Grayscale: #999999. Windows color (decimal): -12001531 or 384840. OLE color: 384840.
HSL color Cylindrical-coordinate representation of color #48DF05: hue angle of 101.56º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48DF05 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 5 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.13 |
| HSL | 101.56º | 0.96% | 0.45% | - |
| HSV(B) | 101.56º | 0.98% | 0.87% | - |
| XYZ | 29.09 | 54.16 | 9.07 | - |
| YUV | 153 | 44.47 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 5 | 0.68 | 0 | 0.98 | 0.13 | 101.56 | 0.96 | 0.45 |
| Hex | 48 | DF | 5 | 44 | 0 | 62 | D | 66 | 60 | 2D |
| Octal | 110 | 337 | 5 | 104 | 0 | 142 | 15 | 146 | 140 | 55 |
| Binary | 1001000 | 11011111 | 101 | 1000100 | 0 | 1100010 | 1101 | 1100110 | 1100000 | 101101 |
Color Harmonies of #48DF05
Complementary color
Monochromatic Colors of #48DF05
Black with #48DF05
Text Example
Text Example
White with #48DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DF05; }
p { color: rgb(72,223,5); }
H1.HeaderClassName
{
color: #48DF05;
}
.AnyTagClassName
{
color: #48DF05;
}
</style>
background-color css
<style>
a { background-color: #48DF05; }
a { background-color: rgb(72,223,5); }
div.DivClassName
{
background-color: #48DF05;
}
.BgClassName
{
background-color: #48DF05;
}
</style>
border-color css
<style>
span { border-color: #48DF05; }
span { border-color: rgb(72,223,5); }
td.TdClassName
{
border-color: #48DF05;
}
.TagClassName
{
border-color: #48DF05;
}
</style>