Shades of Harlequin #32F31F
Tints of Harlequin #32F31F
RGB
CMYK
RGB Variations
Color information
#32F31F (or 0x32F31F) is known color: Harlequin. HEX triplet: 32, F3 and 1F. RGB value is (50,243,31). Sum of RGB (Red+Green+Blue) = 50+243+31=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 243 (95.31% from 255 or 75% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 243 - color contains mainly: green. Hex color #32F31F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F31F is #CD0CE0. Grayscale: #A1A1A1. Windows color (decimal): -13438177 or 2093874. OLE color: 2093874.
HSL color Cylindrical-coordinate representation of color #32F31F: hue angle of 114.62º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32F31F is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 31 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.05 |
| HSL | 114.62º | 0.9% | 0.54% | - |
| HSV(B) | 114.62º | 0.87% | 0.95% | - |
| XYZ | 33.61 | 64.88 | 12.05 | - |
| YUV | 161.13 | 54.56 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 31 | 0.79 | 0 | 0.87 | 0.05 | 114.62 | 0.9 | 0.54 |
| Hex | 32 | F3 | 1F | 4F | 0 | 57 | 5 | 73 | 5A | 36 |
| Octal | 62 | 363 | 37 | 117 | 0 | 127 | 5 | 163 | 132 | 66 |
| Binary | 110010 | 11110011 | 11111 | 1001111 | 0 | 1010111 | 101 | 1110011 | 1011010 | 110110 |
Color Harmonies of #32F31F
Complementary color
Monochromatic Colors of #32F31F
Black with #32F31F
Text Example
Text Example
White with #32F31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F31F; }
p { color: rgb(50,243,31); }
H1.HeaderClassName
{
color: #32F31F;
}
.AnyTagClassName
{
color: #32F31F;
}
</style>
background-color css
<style>
a { background-color: #32F31F; }
a { background-color: rgb(50,243,31); }
div.DivClassName
{
background-color: #32F31F;
}
.BgClassName
{
background-color: #32F31F;
}
</style>
border-color css
<style>
span { border-color: #32F31F; }
span { border-color: rgb(50,243,31); }
td.TdClassName
{
border-color: #32F31F;
}
.TagClassName
{
border-color: #32F31F;
}
</style>