Shades of Harlequin #32EF15
Tints of Harlequin #32EF15
RGB
CMYK
RGB Variations
Color information
#32EF15 (or 0x32EF15) is known color: Harlequin. HEX triplet: 32, EF and 15. RGB value is (50,239,21). Sum of RGB (Red+Green+Blue) = 50+239+21=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 239 (93.75% from 255 or 77.10% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32EF15 is #CD10EA. Grayscale: #9E9E9E. Windows color (decimal): -13439211 or 1437490. OLE color: 1437490.
HSL color Cylindrical-coordinate representation of color #32EF15: hue angle of 112.02º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32EF15 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 21 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.06 |
| HSL | 112.02º | 0.87% | 0.51% | - |
| HSV(B) | 112.02º | 0.91% | 0.94% | - |
| XYZ | 32.32 | 62.47 | 11.06 | - |
| YUV | 157.64 | 50.88 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 21 | 0.79 | 0 | 0.91 | 0.06 | 112.02 | 0.87 | 0.51 |
| Hex | 32 | EF | 15 | 4F | 0 | 5B | 6 | 70 | 57 | 33 |
| Octal | 62 | 357 | 25 | 117 | 0 | 133 | 6 | 160 | 127 | 63 |
| Binary | 110010 | 11101111 | 10101 | 1001111 | 0 | 1011011 | 110 | 1110000 | 1010111 | 110011 |
Color Harmonies of #32EF15
Complementary color
Monochromatic Colors of #32EF15
Black with #32EF15
Text Example
Text Example
White with #32EF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF15; }
p { color: rgb(50,239,21); }
H1.HeaderClassName
{
color: #32EF15;
}
.AnyTagClassName
{
color: #32EF15;
}
</style>
background-color css
<style>
a { background-color: #32EF15; }
a { background-color: rgb(50,239,21); }
div.DivClassName
{
background-color: #32EF15;
}
.BgClassName
{
background-color: #32EF15;
}
</style>
border-color css
<style>
span { border-color: #32EF15; }
span { border-color: rgb(50,239,21); }
td.TdClassName
{
border-color: #32EF15;
}
.TagClassName
{
border-color: #32EF15;
}
</style>