Shades of Harlequin #32FD10
Tints of Harlequin #32FD10
RGB
CMYK
RGB Variations
Color information
#32FD10 (or 0x32FD10) is known color: Harlequin. HEX triplet: 32, FD and 10. RGB value is (50,253,16). Sum of RGB (Red+Green+Blue) = 50+253+16=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 253 (99.22% from 255 or 79.31% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32FD10 is #CD02EF. Grayscale: #A6A6A6. Windows color (decimal): -13435632 or 1113394. OLE color: 1113394.
HSL color Cylindrical-coordinate representation of color #32FD10: hue angle of 111.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32FD10 is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 16 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.01 |
| HSL | 111.39º | 0.98% | 0.53% | - |
| HSV(B) | 111.39º | 0.94% | 0.99% | - |
| XYZ | 36.53 | 70.97 | 12.26 | - |
| YUV | 165.29 | 43.75 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 16 | 0.80 | 0 | 0.94 | 0.01 | 111.39 | 0.98 | 0.53 |
| Hex | 32 | FD | 10 | 50 | 0 | 5E | 1 | 6F | 62 | 35 |
| Octal | 62 | 375 | 20 | 120 | 0 | 136 | 1 | 157 | 142 | 65 |
| Binary | 110010 | 11111101 | 10000 | 1010000 | 0 | 1011110 | 1 | 1101111 | 1100010 | 110101 |
Color Harmonies of #32FD10
Complementary color
Monochromatic Colors of #32FD10
Black with #32FD10
Text Example
Text Example
White with #32FD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD10; }
p { color: rgb(50,253,16); }
H1.HeaderClassName
{
color: #32FD10;
}
.AnyTagClassName
{
color: #32FD10;
}
</style>
background-color css
<style>
a { background-color: #32FD10; }
a { background-color: rgb(50,253,16); }
div.DivClassName
{
background-color: #32FD10;
}
.BgClassName
{
background-color: #32FD10;
}
</style>
border-color css
<style>
span { border-color: #32FD10; }
span { border-color: rgb(50,253,16); }
td.TdClassName
{
border-color: #32FD10;
}
.TagClassName
{
border-color: #32FD10;
}
</style>