Shades of Harlequin #32DF0E
Tints of Harlequin #32DF0E
RGB
CMYK
RGB Variations
Color information
#32DF0E (or 0x32DF0E) is known color: Harlequin. HEX triplet: 32, DF and 0E. RGB value is (50,223,14). Sum of RGB (Red+Green+Blue) = 50+223+14=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #32DF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DF0E is #CD20F1. Grayscale: #949494. Windows color (decimal): -13443314 or 974642. OLE color: 974642.
HSL color Cylindrical-coordinate representation of color #32DF0E: hue angle of 109.67º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32DF0E is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 223 | 14 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.13 |
| HSL | 109.67º | 0.88% | 0.46% | - |
| HSV(B) | 109.67º | 0.94% | 0.87% | - |
| XYZ | 27.78 | 53.49 | 9.27 | - |
| YUV | 147.45 | 52.69 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 14 | 0.78 | 0 | 0.94 | 0.13 | 109.67 | 0.88 | 0.46 |
| Hex | 32 | DF | E | 4E | 0 | 5E | D | 6E | 58 | 2E |
| Octal | 62 | 337 | 16 | 116 | 0 | 136 | 15 | 156 | 130 | 56 |
| Binary | 110010 | 11011111 | 1110 | 1001110 | 0 | 1011110 | 1101 | 1101110 | 1011000 | 101110 |
Color Harmonies of #32DF0E
Complementary color
Monochromatic Colors of #32DF0E
Black with #32DF0E
Text Example
Text Example
White with #32DF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DF0E; }
p { color: rgb(50,223,14); }
H1.HeaderClassName
{
color: #32DF0E;
}
.AnyTagClassName
{
color: #32DF0E;
}
</style>
background-color css
<style>
a { background-color: #32DF0E; }
a { background-color: rgb(50,223,14); }
div.DivClassName
{
background-color: #32DF0E;
}
.BgClassName
{
background-color: #32DF0E;
}
</style>
border-color css
<style>
span { border-color: #32DF0E; }
span { border-color: rgb(50,223,14); }
td.TdClassName
{
border-color: #32DF0E;
}
.TagClassName
{
border-color: #32DF0E;
}
</style>