Shades of Harlequin #48FF2A
Tints of Harlequin #48FF2A
RGB
CMYK
RGB Variations
Color information
#48FF2A (or 0x48FF2A) is known color: Harlequin. HEX triplet: 48, FF and 2A. RGB value is (72,255,42). Sum of RGB (Red+Green+Blue) = 72+255+42=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF2A is #B700D5. Grayscale: #B0B0B0. Windows color (decimal): -11993302 or 2817864. OLE color: 2817864.
HSL color Cylindrical-coordinate representation of color #48FF2A: hue angle of 111.55º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48FF2A is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 42 | - |
| CMYK | 0.72 | 0 | 0.84 | 0 |
| HSL | 111.55º | 1% | 0.58% | - |
| HSV(B) | 111.55º | 0.84% | 1% | - |
| XYZ | 38.85 | 73.06 | 14.25 | - |
| YUV | 176 | 52.37 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 42 | 0.72 | 0 | 0.84 | 0 | 111.55 | 1 | 0.58 |
| Hex | 48 | FF | 2A | 48 | 0 | 54 | 0 | 70 | 64 | 3A |
| Octal | 110 | 377 | 52 | 110 | 0 | 124 | 0 | 160 | 144 | 72 |
| Binary | 1001000 | 11111111 | 101010 | 1001000 | 0 | 1010100 | 0 | 1110000 | 1100100 | 111010 |
Color Harmonies of #48FF2A
Complementary color
Monochromatic Colors of #48FF2A
Black with #48FF2A
Text Example
Text Example
White with #48FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF2A; }
p { color: rgb(72,255,42); }
H1.HeaderClassName
{
color: #48FF2A;
}
.AnyTagClassName
{
color: #48FF2A;
}
</style>
background-color css
<style>
a { background-color: #48FF2A; }
a { background-color: rgb(72,255,42); }
div.DivClassName
{
background-color: #48FF2A;
}
.BgClassName
{
background-color: #48FF2A;
}
</style>
border-color css
<style>
span { border-color: #48FF2A; }
span { border-color: rgb(72,255,42); }
td.TdClassName
{
border-color: #48FF2A;
}
.TagClassName
{
border-color: #48FF2A;
}
</style>