Shades of Harlequin #32FF0E
Tints of Harlequin #32FF0E
RGB
CMYK
RGB Variations
Color information
#32FF0E (or 0x32FF0E) is known color: Harlequin. HEX triplet: 32, FF and 0E. RGB value is (50,255,14). Sum of RGB (Red+Green+Blue) = 50+255+14=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 255 (100% from 255 or 79.94% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32FF0E is #CD00F1. Grayscale: #A6A6A6. Windows color (decimal): -13435122 or 982834. OLE color: 982834.
HSL color Cylindrical-coordinate representation of color #32FF0E: hue angle of 111.04º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32FF0E is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 14 | - |
| CMYK | 0.80 | 0 | 0.95 | 0 |
| HSL | 111.04º | 1% | 0.53% | - |
| HSV(B) | 111.04º | 0.95% | 1% | - |
| XYZ | 37.15 | 72.23 | 12.4 | - |
| YUV | 166.23 | 42.08 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 14 | 0.80 | 0 | 0.95 | 0 | 111.04 | 1 | 0.53 |
| Hex | 32 | FF | E | 50 | 0 | 5F | 0 | 6F | 64 | 35 |
| Octal | 62 | 377 | 16 | 120 | 0 | 137 | 0 | 157 | 144 | 65 |
| Binary | 110010 | 11111111 | 1110 | 1010000 | 0 | 1011111 | 0 | 1101111 | 1100100 | 110101 |
Color Harmonies of #32FF0E
Complementary color
Monochromatic Colors of #32FF0E
Black with #32FF0E
Text Example
Text Example
White with #32FF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FF0E; }
p { color: rgb(50,255,14); }
H1.HeaderClassName
{
color: #32FF0E;
}
.AnyTagClassName
{
color: #32FF0E;
}
</style>
background-color css
<style>
a { background-color: #32FF0E; }
a { background-color: rgb(50,255,14); }
div.DivClassName
{
background-color: #32FF0E;
}
.BgClassName
{
background-color: #32FF0E;
}
</style>
border-color css
<style>
span { border-color: #32FF0E; }
span { border-color: rgb(50,255,14); }
td.TdClassName
{
border-color: #32FF0E;
}
.TagClassName
{
border-color: #32FF0E;
}
</style>