Shades of Harlequin #48F324
Tints of Harlequin #48F324
RGB
CMYK
RGB Variations
Color information
#48F324 (or 0x48F324) is known color: Harlequin. HEX triplet: 48, F3 and 24. RGB value is (72,243,36). Sum of RGB (Red+Green+Blue) = 72+243+36=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 243 (95.31% from 255 or 69.23% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 243 - color contains mainly: green. Hex color #48F324 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F324 is #B70CDB. Grayscale: #A8A8A8. Windows color (decimal): -11996380 or 2421576. OLE color: 2421576.
HSL color Cylindrical-coordinate representation of color #48F324: hue angle of 109.57º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48F324 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 243 | 36 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.05 |
| HSL | 109.57º | 0.9% | 0.55% | - |
| HSV(B) | 109.57º | 0.85% | 0.95% | - |
| XYZ | 35.04 | 65.61 | 12.49 | - |
| YUV | 168.27 | 53.35 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 243 | 36 | 0.70 | 0 | 0.85 | 0.05 | 109.57 | 0.9 | 0.55 |
| Hex | 48 | F3 | 24 | 46 | 0 | 55 | 5 | 6E | 5A | 37 |
| Octal | 110 | 363 | 44 | 106 | 0 | 125 | 5 | 156 | 132 | 67 |
| Binary | 1001000 | 11110011 | 100100 | 1000110 | 0 | 1010101 | 101 | 1101110 | 1011010 | 110111 |
Color Harmonies of #48F324
Complementary color
Monochromatic Colors of #48F324
Black with #48F324
Text Example
Text Example
White with #48F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F324; }
p { color: rgb(72,243,36); }
H1.HeaderClassName
{
color: #48F324;
}
.AnyTagClassName
{
color: #48F324;
}
</style>
background-color css
<style>
a { background-color: #48F324; }
a { background-color: rgb(72,243,36); }
div.DivClassName
{
background-color: #48F324;
}
.BgClassName
{
background-color: #48F324;
}
</style>
border-color css
<style>
span { border-color: #48F324; }
span { border-color: rgb(72,243,36); }
td.TdClassName
{
border-color: #48F324;
}
.TagClassName
{
border-color: #48F324;
}
</style>