Shades of Harlequin #32E314
Tints of Harlequin #32E314
RGB
CMYK
RGB Variations
Color information
#32E314 (or 0x32E314) is known color: Harlequin. HEX triplet: 32, E3 and 14. RGB value is (50,227,20). Sum of RGB (Red+Green+Blue) = 50+227+20=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 227 (89.06% from 255 or 76.43% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 227 - color contains mainly: green. Hex color #32E314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E314 is #CD1CEB. Grayscale: #979797. Windows color (decimal): -13442284 or 1368882. OLE color: 1368882.
HSL color Cylindrical-coordinate representation of color #32E314: hue angle of 111.3º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32E314 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 20 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.11 |
| HSL | 111.3º | 0.84% | 0.48% | - |
| HSV(B) | 111.3º | 0.91% | 0.89% | - |
| XYZ | 28.91 | 55.67 | 9.88 | - |
| YUV | 150.48 | 54.36 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 20 | 0.78 | 0 | 0.91 | 0.11 | 111.3 | 0.84 | 0.48 |
| Hex | 32 | E3 | 14 | 4E | 0 | 5B | B | 6F | 54 | 30 |
| Octal | 62 | 343 | 24 | 116 | 0 | 133 | 13 | 157 | 124 | 60 |
| Binary | 110010 | 11100011 | 10100 | 1001110 | 0 | 1011011 | 1011 | 1101111 | 1010100 | 110000 |
Color Harmonies of #32E314
Complementary color
Monochromatic Colors of #32E314
Black with #32E314
Text Example
Text Example
White with #32E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E314; }
p { color: rgb(50,227,20); }
H1.HeaderClassName
{
color: #32E314;
}
.AnyTagClassName
{
color: #32E314;
}
</style>
background-color css
<style>
a { background-color: #32E314; }
a { background-color: rgb(50,227,20); }
div.DivClassName
{
background-color: #32E314;
}
.BgClassName
{
background-color: #32E314;
}
</style>
border-color css
<style>
span { border-color: #32E314; }
span { border-color: rgb(50,227,20); }
td.TdClassName
{
border-color: #32E314;
}
.TagClassName
{
border-color: #32E314;
}
</style>