Shades of Harlequin #32F718
Tints of Harlequin #32F718
RGB
CMYK
RGB Variations
Color information
#32F718 (or 0x32F718) is known color: Harlequin. HEX triplet: 32, F7 and 18. RGB value is (50,247,24). Sum of RGB (Red+Green+Blue) = 50+247+24=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 247 (96.88% from 255 or 76.95% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 247 - color contains mainly: green. Hex color #32F718 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F718 is #CD08E7. Grayscale: #A3A3A3. Windows color (decimal): -13437160 or 1636146. OLE color: 1636146.
HSL color Cylindrical-coordinate representation of color #32F718: hue angle of 113º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32F718 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 24 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.03 |
| HSL | 113º | 0.93% | 0.53% | - |
| HSV(B) | 113º | 0.9% | 0.97% | - |
| XYZ | 34.74 | 67.27 | 12.02 | - |
| YUV | 162.68 | 49.73 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 24 | 0.80 | 0 | 0.90 | 0.03 | 113 | 0.93 | 0.53 |
| Hex | 32 | F7 | 18 | 50 | 0 | 5A | 3 | 71 | 5D | 35 |
| Octal | 62 | 367 | 30 | 120 | 0 | 132 | 3 | 161 | 135 | 65 |
| Binary | 110010 | 11110111 | 11000 | 1010000 | 0 | 1011010 | 11 | 1110001 | 1011101 | 110101 |
Color Harmonies of #32F718
Complementary color
Monochromatic Colors of #32F718
Black with #32F718
Text Example
Text Example
White with #32F718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F718; }
p { color: rgb(50,247,24); }
H1.HeaderClassName
{
color: #32F718;
}
.AnyTagClassName
{
color: #32F718;
}
</style>
background-color css
<style>
a { background-color: #32F718; }
a { background-color: rgb(50,247,24); }
div.DivClassName
{
background-color: #32F718;
}
.BgClassName
{
background-color: #32F718;
}
</style>
border-color css
<style>
span { border-color: #32F718; }
span { border-color: rgb(50,247,24); }
td.TdClassName
{
border-color: #32F718;
}
.TagClassName
{
border-color: #32F718;
}
</style>