Shades of Harlequin #32F819
Tints of Harlequin #32F819
RGB
CMYK
RGB Variations
Color information
#32F819 (or 0x32F819) is known color: Harlequin. HEX triplet: 32, F8 and 19. RGB value is (50,248,25). Sum of RGB (Red+Green+Blue) = 50+248+25=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 248 (97.27% from 255 or 76.78% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 248 - color contains mainly: green. Hex color #32F819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F819 is #CD07E6. Grayscale: #A4A4A4. Windows color (decimal): -13436903 or 1701938. OLE color: 1701938.
HSL color Cylindrical-coordinate representation of color #32F819: hue angle of 113.27º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32F819 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 25 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.03 |
| HSL | 113.27º | 0.94% | 0.54% | - |
| HSV(B) | 113.27º | 0.9% | 0.97% | - |
| XYZ | 35.06 | 67.88 | 12.17 | - |
| YUV | 163.38 | 49.9 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 25 | 0.80 | 0 | 0.90 | 0.03 | 113.27 | 0.94 | 0.54 |
| Hex | 32 | F8 | 19 | 50 | 0 | 5A | 3 | 71 | 5E | 36 |
| Octal | 62 | 370 | 31 | 120 | 0 | 132 | 3 | 161 | 136 | 66 |
| Binary | 110010 | 11111000 | 11001 | 1010000 | 0 | 1011010 | 11 | 1110001 | 1011110 | 110110 |
Color Harmonies of #32F819
Complementary color
Monochromatic Colors of #32F819
Black with #32F819
Text Example
Text Example
White with #32F819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F819; }
p { color: rgb(50,248,25); }
H1.HeaderClassName
{
color: #32F819;
}
.AnyTagClassName
{
color: #32F819;
}
</style>
background-color css
<style>
a { background-color: #32F819; }
a { background-color: rgb(50,248,25); }
div.DivClassName
{
background-color: #32F819;
}
.BgClassName
{
background-color: #32F819;
}
</style>
border-color css
<style>
span { border-color: #32F819; }
span { border-color: rgb(50,248,25); }
td.TdClassName
{
border-color: #32F819;
}
.TagClassName
{
border-color: #32F819;
}
</style>