Shades of Harlequin #32F914
Tints of Harlequin #32F914
RGB
CMYK
RGB Variations
Color information
#32F914 (or 0x32F914) is known color: Harlequin. HEX triplet: 32, F9 and 14. RGB value is (50,249,20). Sum of RGB (Red+Green+Blue) = 50+249+20=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 249 (97.66% from 255 or 78.06% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 249 - color contains mainly: green. Hex color #32F914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F914 is #CD06EB. Grayscale: #A4A4A4. Windows color (decimal): -13436652 or 1374514. OLE color: 1374514.
HSL color Cylindrical-coordinate representation of color #32F914: hue angle of 112.14º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32F914 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 20 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.02 |
| HSL | 112.14º | 0.95% | 0.53% | - |
| HSV(B) | 112.14º | 0.92% | 0.98% | - |
| XYZ | 35.32 | 68.48 | 12.02 | - |
| YUV | 163.39 | 47.07 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 20 | 0.80 | 0 | 0.92 | 0.02 | 112.14 | 0.95 | 0.53 |
| Hex | 32 | F9 | 14 | 50 | 0 | 5C | 2 | 70 | 5F | 35 |
| Octal | 62 | 371 | 24 | 120 | 0 | 134 | 2 | 160 | 137 | 65 |
| Binary | 110010 | 11111001 | 10100 | 1010000 | 0 | 1011100 | 10 | 1110000 | 1011111 | 110101 |
Color Harmonies of #32F914
Complementary color
Monochromatic Colors of #32F914
Black with #32F914
Text Example
Text Example
White with #32F914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F914; }
p { color: rgb(50,249,20); }
H1.HeaderClassName
{
color: #32F914;
}
.AnyTagClassName
{
color: #32F914;
}
</style>
background-color css
<style>
a { background-color: #32F914; }
a { background-color: rgb(50,249,20); }
div.DivClassName
{
background-color: #32F914;
}
.BgClassName
{
background-color: #32F914;
}
</style>
border-color css
<style>
span { border-color: #32F914; }
span { border-color: rgb(50,249,20); }
td.TdClassName
{
border-color: #32F914;
}
.TagClassName
{
border-color: #32F914;
}
</style>