Shades of Harlequin #32F704
Tints of Harlequin #32F704
RGB
CMYK
RGB Variations
Color information
#32F704 (or 0x32F704) is known color: Harlequin. HEX triplet: 32, F7 and 04. RGB value is (50,247,4). Sum of RGB (Red+Green+Blue) = 50+247+4=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 247 (96.88% from 255 or 82.06% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 247 - color contains mainly: green. Hex color #32F704 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F704 is #CD08FB. Grayscale: #A1A1A1. Windows color (decimal): -13437180 or 325426. OLE color: 325426.
HSL color Cylindrical-coordinate representation of color #32F704: hue angle of 108.64º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32F704 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.03 |
| HSL | 108.64º | 0.97% | 0.49% | - |
| HSV(B) | 108.64º | 0.98% | 0.97% | - |
| XYZ | 34.6 | 67.21 | 11.26 | - |
| YUV | 160.4 | 39.73 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 4 | 0.80 | 0 | 0.98 | 0.03 | 108.64 | 0.97 | 0.49 |
| Hex | 32 | F7 | 4 | 50 | 0 | 62 | 3 | 6D | 61 | 31 |
| Octal | 62 | 367 | 4 | 120 | 0 | 142 | 3 | 155 | 141 | 61 |
| Binary | 110010 | 11110111 | 100 | 1010000 | 0 | 1100010 | 11 | 1101101 | 1100001 | 110001 |
Color Harmonies of #32F704
Complementary color
Monochromatic Colors of #32F704
Black with #32F704
Text Example
Text Example
White with #32F704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F704; }
p { color: rgb(50,247,4); }
H1.HeaderClassName
{
color: #32F704;
}
.AnyTagClassName
{
color: #32F704;
}
</style>
background-color css
<style>
a { background-color: #32F704; }
a { background-color: rgb(50,247,4); }
div.DivClassName
{
background-color: #32F704;
}
.BgClassName
{
background-color: #32F704;
}
</style>
border-color css
<style>
span { border-color: #32F704; }
span { border-color: rgb(50,247,4); }
td.TdClassName
{
border-color: #32F704;
}
.TagClassName
{
border-color: #32F704;
}
</style>