Shades of Harlequin #32F609
Tints of Harlequin #32F609
RGB
CMYK
RGB Variations
Color information
#32F609 (or 0x32F609) is known color: Harlequin. HEX triplet: 32, F6 and 09. RGB value is (50,246,9). Sum of RGB (Red+Green+Blue) = 50+246+9=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 246 (96.48% from 255 or 80.66% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 246 - color contains mainly: green. Hex color #32F609 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F609 is #CD09F6. Grayscale: #A1A1A1. Windows color (decimal): -13437431 or 652850. OLE color: 652850.
HSL color Cylindrical-coordinate representation of color #32F609: hue angle of 109.62º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32F609 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 9 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.04 |
| HSL | 109.62º | 0.93% | 0.5% | - |
| HSV(B) | 109.62º | 0.96% | 0.96% | - |
| XYZ | 34.32 | 66.61 | 11.31 | - |
| YUV | 160.38 | 42.57 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 9 | 0.80 | 0 | 0.96 | 0.04 | 109.62 | 0.93 | 0.5 |
| Hex | 32 | F6 | 9 | 50 | 0 | 60 | 4 | 6E | 5D | 32 |
| Octal | 62 | 366 | 11 | 120 | 0 | 140 | 4 | 156 | 135 | 62 |
| Binary | 110010 | 11110110 | 1001 | 1010000 | 0 | 1100000 | 100 | 1101110 | 1011101 | 110010 |
Color Harmonies of #32F609
Complementary color
Monochromatic Colors of #32F609
Black with #32F609
Text Example
Text Example
White with #32F609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F609; }
p { color: rgb(50,246,9); }
H1.HeaderClassName
{
color: #32F609;
}
.AnyTagClassName
{
color: #32F609;
}
</style>
background-color css
<style>
a { background-color: #32F609; }
a { background-color: rgb(50,246,9); }
div.DivClassName
{
background-color: #32F609;
}
.BgClassName
{
background-color: #32F609;
}
</style>
border-color css
<style>
span { border-color: #32F609; }
span { border-color: rgb(50,246,9); }
td.TdClassName
{
border-color: #32F609;
}
.TagClassName
{
border-color: #32F609;
}
</style>