Shades of Harlequin #31F616
Tints of Harlequin #31F616
RGB
CMYK
RGB Variations
Color information
#31F616 (or 0x31F616) is known color: Harlequin. HEX triplet: 31, F6 and 16. RGB value is (49,246,22). Sum of RGB (Red+Green+Blue) = 49+246+22=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 246 (96.48% from 255 or 77.60% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 246 - color contains mainly: green. Hex color #31F616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F616 is #CE09E9. Grayscale: #A2A2A2. Windows color (decimal): -13502954 or 1504817. OLE color: 1504817.
HSL color Cylindrical-coordinate representation of color #31F616: hue angle of 112.77º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31F616 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 246 | 22 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.04 |
| HSL | 112.77º | 0.93% | 0.53% | - |
| HSV(B) | 112.77º | 0.91% | 0.96% | - |
| XYZ | 34.37 | 66.62 | 11.81 | - |
| YUV | 161.56 | 49.23 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 246 | 22 | 0.80 | 0 | 0.91 | 0.04 | 112.77 | 0.93 | 0.53 |
| Hex | 31 | F6 | 16 | 50 | 0 | 5B | 4 | 71 | 5D | 35 |
| Octal | 61 | 366 | 26 | 120 | 0 | 133 | 4 | 161 | 135 | 65 |
| Binary | 110001 | 11110110 | 10110 | 1010000 | 0 | 1011011 | 100 | 1110001 | 1011101 | 110101 |
Color Harmonies of #31F616
Complementary color
Monochromatic Colors of #31F616
Black with #31F616
Text Example
Text Example
White with #31F616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F616; }
p { color: rgb(49,246,22); }
H1.HeaderClassName
{
color: #31F616;
}
.AnyTagClassName
{
color: #31F616;
}
</style>
background-color css
<style>
a { background-color: #31F616; }
a { background-color: rgb(49,246,22); }
div.DivClassName
{
background-color: #31F616;
}
.BgClassName
{
background-color: #31F616;
}
</style>
border-color css
<style>
span { border-color: #31F616; }
span { border-color: rgb(49,246,22); }
td.TdClassName
{
border-color: #31F616;
}
.TagClassName
{
border-color: #31F616;
}
</style>