Shades of Harlequin #32F80A
Tints of Harlequin #32F80A
RGB
CMYK
RGB Variations
Color information
#32F80A (or 0x32F80A) is known color: Harlequin. HEX triplet: 32, F8 and 0A. RGB value is (50,248,10). Sum of RGB (Red+Green+Blue) = 50+248+10=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 248 (97.27% from 255 or 80.52% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 248 - color contains mainly: green. Hex color #32F80A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F80A is #CD07F5. Grayscale: #A2A2A2. Windows color (decimal): -13436918 or 718898. OLE color: 718898.
HSL color Cylindrical-coordinate representation of color #32F80A: hue angle of 109.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32F80A is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 10 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.03 |
| HSL | 109.92º | 0.94% | 0.51% | - |
| HSV(B) | 109.92º | 0.96% | 0.97% | - |
| XYZ | 34.94 | 67.83 | 11.54 | - |
| YUV | 161.67 | 42.4 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 10 | 0.80 | 0 | 0.96 | 0.03 | 109.92 | 0.94 | 0.51 |
| Hex | 32 | F8 | A | 50 | 0 | 60 | 3 | 6E | 5E | 33 |
| Octal | 62 | 370 | 12 | 120 | 0 | 140 | 3 | 156 | 136 | 63 |
| Binary | 110010 | 11111000 | 1010 | 1010000 | 0 | 1100000 | 11 | 1101110 | 1011110 | 110011 |
Color Harmonies of #32F80A
Complementary color
Monochromatic Colors of #32F80A
Black with #32F80A
Text Example
Text Example
White with #32F80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F80A; }
p { color: rgb(50,248,10); }
H1.HeaderClassName
{
color: #32F80A;
}
.AnyTagClassName
{
color: #32F80A;
}
</style>
background-color css
<style>
a { background-color: #32F80A; }
a { background-color: rgb(50,248,10); }
div.DivClassName
{
background-color: #32F80A;
}
.BgClassName
{
background-color: #32F80A;
}
</style>
border-color css
<style>
span { border-color: #32F80A; }
span { border-color: rgb(50,248,10); }
td.TdClassName
{
border-color: #32F80A;
}
.TagClassName
{
border-color: #32F80A;
}
</style>