Shades of Harlequin #32F31D
Tints of Harlequin #32F31D
RGB
CMYK
RGB Variations
Color information
#32F31D (or 0x32F31D) is known color: Harlequin. HEX triplet: 32, F3 and 1D. RGB value is (50,243,29). Sum of RGB (Red+Green+Blue) = 50+243+29=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 243 (95.31% from 255 or 75.47% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 243 - color contains mainly: green. Hex color #32F31D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F31D is #CD0CE2. Grayscale: #A1A1A1. Windows color (decimal): -13438179 or 1962802. OLE color: 1962802.
HSL color Cylindrical-coordinate representation of color #32F31D: hue angle of 114.11º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32F31D is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 29 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.05 |
| HSL | 114.11º | 0.9% | 0.53% | - |
| HSV(B) | 114.11º | 0.88% | 0.95% | - |
| XYZ | 33.59 | 64.87 | 11.91 | - |
| YUV | 160.9 | 53.56 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 29 | 0.79 | 0 | 0.88 | 0.05 | 114.11 | 0.9 | 0.53 |
| Hex | 32 | F3 | 1D | 4F | 0 | 58 | 5 | 72 | 5A | 35 |
| Octal | 62 | 363 | 35 | 117 | 0 | 130 | 5 | 162 | 132 | 65 |
| Binary | 110010 | 11110011 | 11101 | 1001111 | 0 | 1011000 | 101 | 1110010 | 1011010 | 110101 |
Color Harmonies of #32F31D
Complementary color
Monochromatic Colors of #32F31D
Black with #32F31D
Text Example
Text Example
White with #32F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F31D; }
p { color: rgb(50,243,29); }
H1.HeaderClassName
{
color: #32F31D;
}
.AnyTagClassName
{
color: #32F31D;
}
</style>
background-color css
<style>
a { background-color: #32F31D; }
a { background-color: rgb(50,243,29); }
div.DivClassName
{
background-color: #32F31D;
}
.BgClassName
{
background-color: #32F31D;
}
</style>
border-color css
<style>
span { border-color: #32F31D; }
span { border-color: rgb(50,243,29); }
td.TdClassName
{
border-color: #32F31D;
}
.TagClassName
{
border-color: #32F31D;
}
</style>