Shades of Harlequin #48F228
Tints of Harlequin #48F228
RGB
CMYK
RGB Variations
Color information
#48F228 (or 0x48F228) is known color: Harlequin. HEX triplet: 48, F2 and 28. RGB value is (72,242,40). Sum of RGB (Red+Green+Blue) = 72+242+40=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 242 (94.92% from 255 or 68.36% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 242 - color contains mainly: green. Hex color #48F228 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F228 is #B70DD7. Grayscale: #A8A8A8. Windows color (decimal): -11996632 or 2683464. OLE color: 2683464.
HSL color Cylindrical-coordinate representation of color #48F228: hue angle of 110.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48F228 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 242 | 40 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.05 |
| HSL | 110.5º | 0.89% | 0.55% | - |
| HSV(B) | 110.5º | 0.83% | 0.95% | - |
| XYZ | 34.81 | 65.04 | 12.73 | - |
| YUV | 168.14 | 55.68 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 242 | 40 | 0.70 | 0 | 0.83 | 0.05 | 110.5 | 0.89 | 0.55 |
| Hex | 48 | F2 | 28 | 46 | 0 | 53 | 5 | 6E | 59 | 37 |
| Octal | 110 | 362 | 50 | 106 | 0 | 123 | 5 | 156 | 131 | 67 |
| Binary | 1001000 | 11110010 | 101000 | 1000110 | 0 | 1010011 | 101 | 1101110 | 1011001 | 110111 |
Color Harmonies of #48F228
Complementary color
Monochromatic Colors of #48F228
Black with #48F228
Text Example
Text Example
White with #48F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F228; }
p { color: rgb(72,242,40); }
H1.HeaderClassName
{
color: #48F228;
}
.AnyTagClassName
{
color: #48F228;
}
</style>
background-color css
<style>
a { background-color: #48F228; }
a { background-color: rgb(72,242,40); }
div.DivClassName
{
background-color: #48F228;
}
.BgClassName
{
background-color: #48F228;
}
</style>
border-color css
<style>
span { border-color: #48F228; }
span { border-color: rgb(72,242,40); }
td.TdClassName
{
border-color: #48F228;
}
.TagClassName
{
border-color: #48F228;
}
</style>