Shades of Harlequin #32F507
Tints of Harlequin #32F507
RGB
CMYK
RGB Variations
Color information
#32F507 (or 0x32F507) is known color: Harlequin. HEX triplet: 32, F5 and 07. RGB value is (50,245,7). Sum of RGB (Red+Green+Blue) = 50+245+7=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 245 (96.09% from 255 or 81.13% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 245 - color contains mainly: green. Hex color #32F507 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F507 is #CD0AF8. Grayscale: #A0A0A0. Windows color (decimal): -13437689 or 521522. OLE color: 521522.
HSL color Cylindrical-coordinate representation of color #32F507: hue angle of 109.16º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32F507 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.04 |
| HSL | 109.16º | 0.94% | 0.49% | - |
| HSV(B) | 109.16º | 0.97% | 0.96% | - |
| XYZ | 34.01 | 66 | 11.15 | - |
| YUV | 159.56 | 41.9 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 7 | 0.80 | 0 | 0.97 | 0.04 | 109.16 | 0.94 | 0.49 |
| Hex | 32 | F5 | 7 | 50 | 0 | 61 | 4 | 6D | 5E | 31 |
| Octal | 62 | 365 | 7 | 120 | 0 | 141 | 4 | 155 | 136 | 61 |
| Binary | 110010 | 11110101 | 111 | 1010000 | 0 | 1100001 | 100 | 1101101 | 1011110 | 110001 |
Color Harmonies of #32F507
Complementary color
Monochromatic Colors of #32F507
Black with #32F507
Text Example
Text Example
White with #32F507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F507; }
p { color: rgb(50,245,7); }
H1.HeaderClassName
{
color: #32F507;
}
.AnyTagClassName
{
color: #32F507;
}
</style>
background-color css
<style>
a { background-color: #32F507; }
a { background-color: rgb(50,245,7); }
div.DivClassName
{
background-color: #32F507;
}
.BgClassName
{
background-color: #32F507;
}
</style>
border-color css
<style>
span { border-color: #32F507; }
span { border-color: rgb(50,245,7); }
td.TdClassName
{
border-color: #32F507;
}
.TagClassName
{
border-color: #32F507;
}
</style>