Shades of Harlequin #32F919
Tints of Harlequin #32F919
RGB
CMYK
RGB Variations
Color information
#32F919 (or 0x32F919) is known color: Harlequin. HEX triplet: 32, F9 and 19. RGB value is (50,249,25). Sum of RGB (Red+Green+Blue) = 50+249+25=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 249 (97.66% from 255 or 76.85% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 249 - color contains mainly: green. Hex color #32F919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F919 is #CD06E6. Grayscale: #A4A4A4. Windows color (decimal): -13436647 or 1702194. OLE color: 1702194.
HSL color Cylindrical-coordinate representation of color #32F919: hue angle of 113.3º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32F919 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 25 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.02 |
| HSL | 113.3º | 0.95% | 0.54% | - |
| HSV(B) | 113.3º | 0.9% | 0.98% | - |
| XYZ | 35.37 | 68.5 | 12.28 | - |
| YUV | 163.96 | 49.57 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 25 | 0.80 | 0 | 0.90 | 0.02 | 113.3 | 0.95 | 0.54 |
| Hex | 32 | F9 | 19 | 50 | 0 | 5A | 2 | 71 | 5F | 36 |
| Octal | 62 | 371 | 31 | 120 | 0 | 132 | 2 | 161 | 137 | 66 |
| Binary | 110010 | 11111001 | 11001 | 1010000 | 0 | 1011010 | 10 | 1110001 | 1011111 | 110110 |
Color Harmonies of #32F919
Complementary color
Monochromatic Colors of #32F919
Black with #32F919
Text Example
Text Example
White with #32F919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F919; }
p { color: rgb(50,249,25); }
H1.HeaderClassName
{
color: #32F919;
}
.AnyTagClassName
{
color: #32F919;
}
</style>
background-color css
<style>
a { background-color: #32F919; }
a { background-color: rgb(50,249,25); }
div.DivClassName
{
background-color: #32F919;
}
.BgClassName
{
background-color: #32F919;
}
</style>
border-color css
<style>
span { border-color: #32F919; }
span { border-color: rgb(50,249,25); }
td.TdClassName
{
border-color: #32F919;
}
.TagClassName
{
border-color: #32F919;
}
</style>