Shades of Harlequin #32EF01
Tints of Harlequin #32EF01
RGB
CMYK
RGB Variations
Color information
#32EF01 (or 0x32EF01) is known color: Harlequin. HEX triplet: 32, EF and 01. RGB value is (50,239,1). Sum of RGB (Red+Green+Blue) = 50+239+1=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 239 (93.75% from 255 or 82.41% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32EF01 is #CD10FE. Grayscale: #9C9C9C. Windows color (decimal): -13439231 or 126770. OLE color: 126770.
HSL color Cylindrical-coordinate representation of color #32EF01: hue angle of 107.65º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32EF01 is Cyan = 0.79, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 1 | - |
| CMYK | 0.79 | 0 | 1.00 | 0.06 |
| HSL | 107.65º | 0.99% | 0.47% | - |
| HSV(B) | 107.65º | 1% | 0.94% | - |
| XYZ | 32.19 | 62.41 | 10.38 | - |
| YUV | 155.36 | 40.88 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 1 | 0.79 | 0 | 1.00 | 0.06 | 107.65 | 0.99 | 0.47 |
| Hex | 32 | EF | 1 | 4F | 0 | 64 | 6 | 6C | 63 | 2F |
| Octal | 62 | 357 | 1 | 117 | 0 | 144 | 6 | 154 | 143 | 57 |
| Binary | 110010 | 11101111 | 1 | 1001111 | 0 | 1100100 | 110 | 1101100 | 1100011 | 101111 |
Color Harmonies of #32EF01
Complementary color
Monochromatic Colors of #32EF01
Black with #32EF01
Text Example
Text Example
White with #32EF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF01; }
p { color: rgb(50,239,1); }
H1.HeaderClassName
{
color: #32EF01;
}
.AnyTagClassName
{
color: #32EF01;
}
</style>
background-color css
<style>
a { background-color: #32EF01; }
a { background-color: rgb(50,239,1); }
div.DivClassName
{
background-color: #32EF01;
}
.BgClassName
{
background-color: #32EF01;
}
</style>
border-color css
<style>
span { border-color: #32EF01; }
span { border-color: rgb(50,239,1); }
td.TdClassName
{
border-color: #32EF01;
}
.TagClassName
{
border-color: #32EF01;
}
</style>