Shades of Harlequin #48FE29
Tints of Harlequin #48FE29
RGB
CMYK
RGB Variations
Color information
#48FE29 (or 0x48FE29) is known color: Harlequin. HEX triplet: 48, FE and 29. RGB value is (72,254,41). Sum of RGB (Red+Green+Blue) = 72+254+41=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 254 (99.61% from 255 or 69.21% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FE29 is #B701D6. Grayscale: #AFAFAF. Windows color (decimal): -11993559 or 2752072. OLE color: 2752072.
HSL color Cylindrical-coordinate representation of color #48FE29: hue angle of 111.27º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48FE29 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 41 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.00 |
| HSL | 111.27º | 0.99% | 0.58% | - |
| HSV(B) | 111.27º | 0.84% | 1% | - |
| XYZ | 38.51 | 72.42 | 14.05 | - |
| YUV | 175.3 | 52.2 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 41 | 0.72 | 0 | 0.84 | 0.00 | 111.27 | 0.99 | 0.58 |
| Hex | 48 | FE | 29 | 48 | 0 | 54 | 0 | 6F | 63 | 3A |
| Octal | 110 | 376 | 51 | 110 | 0 | 124 | 0 | 157 | 143 | 72 |
| Binary | 1001000 | 11111110 | 101001 | 1001000 | 0 | 1010100 | 0 | 1101111 | 1100011 | 111010 |
Color Harmonies of #48FE29
Complementary color
Monochromatic Colors of #48FE29
Black with #48FE29
Text Example
Text Example
White with #48FE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE29; }
p { color: rgb(72,254,41); }
H1.HeaderClassName
{
color: #48FE29;
}
.AnyTagClassName
{
color: #48FE29;
}
</style>
background-color css
<style>
a { background-color: #48FE29; }
a { background-color: rgb(72,254,41); }
div.DivClassName
{
background-color: #48FE29;
}
.BgClassName
{
background-color: #48FE29;
}
</style>
border-color css
<style>
span { border-color: #48FE29; }
span { border-color: rgb(72,254,41); }
td.TdClassName
{
border-color: #48FE29;
}
.TagClassName
{
border-color: #48FE29;
}
</style>