Shades of Harlequin #32FA09
Tints of Harlequin #32FA09
RGB
CMYK
RGB Variations
Color information
#32FA09 (or 0x32FA09) is known color: Harlequin. HEX triplet: 32, FA and 09. RGB value is (50,250,9). Sum of RGB (Red+Green+Blue) = 50+250+9=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 250 (98.05% from 255 or 80.91% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 250 - color contains mainly: green. Hex color #32FA09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32FA09 is #CD05F6. Grayscale: #A3A3A3. Windows color (decimal): -13436407 or 653874. OLE color: 653874.
HSL color Cylindrical-coordinate representation of color #32FA09: hue angle of 109.79º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32FA09 is Cyan = 0.8, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 9 | - |
| CMYK | 0.8 | 0 | 0.96 | 0.02 |
| HSL | 109.79º | 0.96% | 0.51% | - |
| HSV(B) | 109.79º | 0.96% | 0.98% | - |
| XYZ | 35.55 | 69.07 | 11.72 | - |
| YUV | 162.73 | 41.24 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 9 | 0.8 | 0 | 0.96 | 0.02 | 109.79 | 0.96 | 0.51 |
| Hex | 32 | FA | 9 | 50 | 0 | 60 | 2 | 6E | 60 | 33 |
| Octal | 62 | 372 | 11 | 120 | 0 | 140 | 2 | 156 | 140 | 63 |
| Binary | 110010 | 11111010 | 1001 | 1010000 | 0 | 1100000 | 10 | 1101110 | 1100000 | 110011 |
Color Harmonies of #32FA09
Complementary color
Monochromatic Colors of #32FA09
Black with #32FA09
Text Example
Text Example
White with #32FA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FA09; }
p { color: rgb(50,250,9); }
H1.HeaderClassName
{
color: #32FA09;
}
.AnyTagClassName
{
color: #32FA09;
}
</style>
background-color css
<style>
a { background-color: #32FA09; }
a { background-color: rgb(50,250,9); }
div.DivClassName
{
background-color: #32FA09;
}
.BgClassName
{
background-color: #32FA09;
}
</style>
border-color css
<style>
span { border-color: #32FA09; }
span { border-color: rgb(50,250,9); }
td.TdClassName
{
border-color: #32FA09;
}
.TagClassName
{
border-color: #32FA09;
}
</style>