Shades of Harlequin #32E304
Tints of Harlequin #32E304
RGB
CMYK
RGB Variations
Color information
#32E304 (or 0x32E304) is known color: Harlequin. HEX triplet: 32, E3 and 04. RGB value is (50,227,4). Sum of RGB (Red+Green+Blue) = 50+227+4=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 227 (89.06% from 255 or 80.78% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 227 - color contains mainly: green. Hex color #32E304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E304 is #CD1CFB. Grayscale: #959595. Windows color (decimal): -13442300 or 320306. OLE color: 320306.
HSL color Cylindrical-coordinate representation of color #32E304: hue angle of 107.62º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32E304 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 4 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.11 |
| HSL | 107.62º | 0.97% | 0.45% | - |
| HSV(B) | 107.62º | 0.98% | 0.89% | - |
| XYZ | 28.81 | 55.63 | 9.33 | - |
| YUV | 148.66 | 46.36 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 4 | 0.78 | 0 | 0.98 | 0.11 | 107.62 | 0.97 | 0.45 |
| Hex | 32 | E3 | 4 | 4E | 0 | 62 | B | 6C | 61 | 2D |
| Octal | 62 | 343 | 4 | 116 | 0 | 142 | 13 | 154 | 141 | 55 |
| Binary | 110010 | 11100011 | 100 | 1001110 | 0 | 1100010 | 1011 | 1101100 | 1100001 | 101101 |
Color Harmonies of #32E304
Complementary color
Monochromatic Colors of #32E304
Black with #32E304
Text Example
Text Example
White with #32E304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E304; }
p { color: rgb(50,227,4); }
H1.HeaderClassName
{
color: #32E304;
}
.AnyTagClassName
{
color: #32E304;
}
</style>
background-color css
<style>
a { background-color: #32E304; }
a { background-color: rgb(50,227,4); }
div.DivClassName
{
background-color: #32E304;
}
.BgClassName
{
background-color: #32E304;
}
</style>
border-color css
<style>
span { border-color: #32E304; }
span { border-color: rgb(50,227,4); }
td.TdClassName
{
border-color: #32E304;
}
.TagClassName
{
border-color: #32E304;
}
</style>