Shades of Harlequin #32DA04
Tints of Harlequin #32DA04
RGB
CMYK
RGB Variations
Color information
#32DA04 (or 0x32DA04) is known color: Harlequin. HEX triplet: 32, DA and 04. RGB value is (50,218,4). Sum of RGB (Red+Green+Blue) = 50+218+4=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 218 (85.55% from 255 or 80.15% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DA04 is #CD25FB. Grayscale: #909090. Windows color (decimal): -13444604 or 318002. OLE color: 318002.
HSL color Cylindrical-coordinate representation of color #32DA04: hue angle of 107.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32DA04 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 4 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.15 |
| HSL | 107.1º | 0.96% | 0.44% | - |
| HSV(B) | 107.1º | 0.98% | 0.85% | - |
| XYZ | 26.41 | 50.83 | 8.53 | - |
| YUV | 143.37 | 49.34 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 4 | 0.77 | 0 | 0.98 | 0.15 | 107.1 | 0.96 | 0.44 |
| Hex | 32 | DA | 4 | 4D | 0 | 62 | F | 6B | 60 | 2C |
| Octal | 62 | 332 | 4 | 115 | 0 | 142 | 17 | 153 | 140 | 54 |
| Binary | 110010 | 11011010 | 100 | 1001101 | 0 | 1100010 | 1111 | 1101011 | 1100000 | 101100 |
Color Harmonies of #32DA04
Complementary color
Monochromatic Colors of #32DA04
Black with #32DA04
Text Example
Text Example
White with #32DA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA04; }
p { color: rgb(50,218,4); }
H1.HeaderClassName
{
color: #32DA04;
}
.AnyTagClassName
{
color: #32DA04;
}
</style>
background-color css
<style>
a { background-color: #32DA04; }
a { background-color: rgb(50,218,4); }
div.DivClassName
{
background-color: #32DA04;
}
.BgClassName
{
background-color: #32DA04;
}
</style>
border-color css
<style>
span { border-color: #32DA04; }
span { border-color: rgb(50,218,4); }
td.TdClassName
{
border-color: #32DA04;
}
.TagClassName
{
border-color: #32DA04;
}
</style>