Shades of Harlequin #32DA07
Tints of Harlequin #32DA07
RGB
CMYK
RGB Variations
Color information
#32DA07 (or 0x32DA07) is known color: Harlequin. HEX triplet: 32, DA and 07. RGB value is (50,218,7). Sum of RGB (Red+Green+Blue) = 50+218+7=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 218 (85.55% from 255 or 79.27% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DA07 is #CD25F8. Grayscale: #909090. Windows color (decimal): -13444601 or 514610. OLE color: 514610.
HSL color Cylindrical-coordinate representation of color #32DA07: hue angle of 107.77º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32DA07 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 7 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.15 |
| HSL | 107.77º | 0.94% | 0.44% | - |
| HSV(B) | 107.77º | 0.97% | 0.85% | - |
| XYZ | 26.43 | 50.84 | 8.62 | - |
| YUV | 143.71 | 50.84 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 7 | 0.77 | 0 | 0.97 | 0.15 | 107.77 | 0.94 | 0.44 |
| Hex | 32 | DA | 7 | 4D | 0 | 61 | F | 6C | 5E | 2C |
| Octal | 62 | 332 | 7 | 115 | 0 | 141 | 17 | 154 | 136 | 54 |
| Binary | 110010 | 11011010 | 111 | 1001101 | 0 | 1100001 | 1111 | 1101100 | 1011110 | 101100 |
Color Harmonies of #32DA07
Complementary color
Monochromatic Colors of #32DA07
Black with #32DA07
Text Example
Text Example
White with #32DA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA07; }
p { color: rgb(50,218,7); }
H1.HeaderClassName
{
color: #32DA07;
}
.AnyTagClassName
{
color: #32DA07;
}
</style>
background-color css
<style>
a { background-color: #32DA07; }
a { background-color: rgb(50,218,7); }
div.DivClassName
{
background-color: #32DA07;
}
.BgClassName
{
background-color: #32DA07;
}
</style>
border-color css
<style>
span { border-color: #32DA07; }
span { border-color: rgb(50,218,7); }
td.TdClassName
{
border-color: #32DA07;
}
.TagClassName
{
border-color: #32DA07;
}
</style>