Shades of Harlequin #31F110
Tints of Harlequin #31F110
RGB
CMYK
RGB Variations
Color information
#31F110 (or 0x31F110) is known color: Harlequin. HEX triplet: 31, F1 and 10. RGB value is (49,241,16). Sum of RGB (Red+Green+Blue) = 49+241+16=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 241 (94.53% from 255 or 78.76% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 241 - color contains mainly: green. Hex color #31F110 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F110 is #CE0EEF. Grayscale: #9E9E9E. Windows color (decimal): -13504240 or 1110321. OLE color: 1110321.
HSL color Cylindrical-coordinate representation of color #31F110: hue angle of 111.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31F110 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.05 |
| HSL | 111.2º | 0.89% | 0.5% | - |
| HSV(B) | 111.2º | 0.93% | 0.95% | - |
| XYZ | 32.82 | 63.6 | 11.04 | - |
| YUV | 157.94 | 47.89 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 16 | 0.80 | 0 | 0.93 | 0.05 | 111.2 | 0.89 | 0.5 |
| Hex | 31 | F1 | 10 | 50 | 0 | 5D | 5 | 6F | 59 | 32 |
| Octal | 61 | 361 | 20 | 120 | 0 | 135 | 5 | 157 | 131 | 62 |
| Binary | 110001 | 11110001 | 10000 | 1010000 | 0 | 1011101 | 101 | 1101111 | 1011001 | 110010 |
Color Harmonies of #31F110
Complementary color
Monochromatic Colors of #31F110
Black with #31F110
Text Example
Text Example
White with #31F110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F110; }
p { color: rgb(49,241,16); }
H1.HeaderClassName
{
color: #31F110;
}
.AnyTagClassName
{
color: #31F110;
}
</style>
background-color css
<style>
a { background-color: #31F110; }
a { background-color: rgb(49,241,16); }
div.DivClassName
{
background-color: #31F110;
}
.BgClassName
{
background-color: #31F110;
}
</style>
border-color css
<style>
span { border-color: #31F110; }
span { border-color: rgb(49,241,16); }
td.TdClassName
{
border-color: #31F110;
}
.TagClassName
{
border-color: #31F110;
}
</style>