Shades of Harlequin #32EF1E
Tints of Harlequin #32EF1E
RGB
CMYK
RGB Variations
Color information
#32EF1E (or 0x32EF1E) is known color: Harlequin. HEX triplet: 32, EF and 1E. RGB value is (50,239,30). Sum of RGB (Red+Green+Blue) = 50+239+30=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 239 (93.75% from 255 or 74.92% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EF1E is #CD10E1. Grayscale: #9F9F9F. Windows color (decimal): -13439202 or 2027314. OLE color: 2027314.
HSL color Cylindrical-coordinate representation of color #32EF1E: hue angle of 114.26º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32EF1E is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 30 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.06 |
| HSL | 114.26º | 0.87% | 0.53% | - |
| HSV(B) | 114.26º | 0.87% | 0.94% | - |
| XYZ | 32.42 | 62.5 | 11.58 | - |
| YUV | 158.66 | 55.38 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 30 | 0.79 | 0 | 0.87 | 0.06 | 114.26 | 0.87 | 0.53 |
| Hex | 32 | EF | 1E | 4F | 0 | 57 | 6 | 72 | 57 | 35 |
| Octal | 62 | 357 | 36 | 117 | 0 | 127 | 6 | 162 | 127 | 65 |
| Binary | 110010 | 11101111 | 11110 | 1001111 | 0 | 1010111 | 110 | 1110010 | 1010111 | 110101 |
Color Harmonies of #32EF1E
Complementary color
Monochromatic Colors of #32EF1E
Black with #32EF1E
Text Example
Text Example
White with #32EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF1E; }
p { color: rgb(50,239,30); }
H1.HeaderClassName
{
color: #32EF1E;
}
.AnyTagClassName
{
color: #32EF1E;
}
</style>
background-color css
<style>
a { background-color: #32EF1E; }
a { background-color: rgb(50,239,30); }
div.DivClassName
{
background-color: #32EF1E;
}
.BgClassName
{
background-color: #32EF1E;
}
</style>
border-color css
<style>
span { border-color: #32EF1E; }
span { border-color: rgb(50,239,30); }
td.TdClassName
{
border-color: #32EF1E;
}
.TagClassName
{
border-color: #32EF1E;
}
</style>