Shades of Harlequin #31F620
Tints of Harlequin #31F620
RGB
CMYK
RGB Variations
Color information
#31F620 (or 0x31F620) is known color: Harlequin. HEX triplet: 31, F6 and 20. RGB value is (49,246,32). Sum of RGB (Red+Green+Blue) = 49+246+32=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 246 (96.48% from 255 or 75.23% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 246 - color contains mainly: green. Hex color #31F620 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F620 is #CE09DF. Grayscale: #A3A3A3. Windows color (decimal): -13502944 or 2160177. OLE color: 2160177.
HSL color Cylindrical-coordinate representation of color #31F620: hue angle of 115.23º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31F620 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 246 | 32 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.04 |
| HSL | 115.23º | 0.92% | 0.55% | - |
| HSV(B) | 115.23º | 0.87% | 0.96% | - |
| XYZ | 34.48 | 66.67 | 12.42 | - |
| YUV | 162.7 | 54.23 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 246 | 32 | 0.80 | 0 | 0.87 | 0.04 | 115.23 | 0.92 | 0.55 |
| Hex | 31 | F6 | 20 | 50 | 0 | 57 | 4 | 73 | 5C | 37 |
| Octal | 61 | 366 | 40 | 120 | 0 | 127 | 4 | 163 | 134 | 67 |
| Binary | 110001 | 11110110 | 100000 | 1010000 | 0 | 1010111 | 100 | 1110011 | 1011100 | 110111 |
Color Harmonies of #31F620
Complementary color
Monochromatic Colors of #31F620
Black with #31F620
Text Example
Text Example
White with #31F620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F620; }
p { color: rgb(49,246,32); }
H1.HeaderClassName
{
color: #31F620;
}
.AnyTagClassName
{
color: #31F620;
}
</style>
background-color css
<style>
a { background-color: #31F620; }
a { background-color: rgb(49,246,32); }
div.DivClassName
{
background-color: #31F620;
}
.BgClassName
{
background-color: #31F620;
}
</style>
border-color css
<style>
span { border-color: #31F620; }
span { border-color: rgb(49,246,32); }
td.TdClassName
{
border-color: #31F620;
}
.TagClassName
{
border-color: #31F620;
}
</style>