Shades of Harlequin #48F323
Tints of Harlequin #48F323
RGB
CMYK
RGB Variations
Color information
#48F323 (or 0x48F323) is known color: Harlequin. HEX triplet: 48, F3 and 23. RGB value is (72,243,35). Sum of RGB (Red+Green+Blue) = 72+243+35=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #48F323 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F323 is #B70CDC. Grayscale: #A8A8A8. Windows color (decimal): -11996381 or 2356040. OLE color: 2356040.
HSL color Cylindrical-coordinate representation of color #48F323: hue angle of 109.33º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48F323 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 243 | 35 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.05 |
| HSL | 109.33º | 0.9% | 0.55% | - |
| HSV(B) | 109.33º | 0.86% | 0.95% | - |
| XYZ | 35.03 | 65.6 | 12.41 | - |
| YUV | 168.16 | 52.85 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 243 | 35 | 0.70 | 0 | 0.86 | 0.05 | 109.33 | 0.9 | 0.55 |
| Hex | 48 | F3 | 23 | 46 | 0 | 56 | 5 | 6D | 5A | 37 |
| Octal | 110 | 363 | 43 | 106 | 0 | 126 | 5 | 155 | 132 | 67 |
| Binary | 1001000 | 11110011 | 100011 | 1000110 | 0 | 1010110 | 101 | 1101101 | 1011010 | 110111 |
Color Harmonies of #48F323
Complementary color
Monochromatic Colors of #48F323
Black with #48F323
Text Example
Text Example
White with #48F323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F323; }
p { color: rgb(72,243,35); }
H1.HeaderClassName
{
color: #48F323;
}
.AnyTagClassName
{
color: #48F323;
}
</style>
background-color css
<style>
a { background-color: #48F323; }
a { background-color: rgb(72,243,35); }
div.DivClassName
{
background-color: #48F323;
}
.BgClassName
{
background-color: #48F323;
}
</style>
border-color css
<style>
span { border-color: #48F323; }
span { border-color: rgb(72,243,35); }
td.TdClassName
{
border-color: #48F323;
}
.TagClassName
{
border-color: #48F323;
}
</style>