Shades of Harlequin #31F101
Tints of Harlequin #31F101
RGB
CMYK
RGB Variations
Color information
#31F101 (or 0x31F101) is known color: Harlequin. HEX triplet: 31, F1 and 01. RGB value is (49,241,1). Sum of RGB (Red+Green+Blue) = 49+241+1=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 241 (94.53% from 255 or 82.82% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 241 - color contains mainly: green. Hex color #31F101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F101 is #CE0EFE. Grayscale: #9D9D9D. Windows color (decimal): -13504255 or 127281. OLE color: 127281.
HSL color Cylindrical-coordinate representation of color #31F101: hue angle of 108º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31F101 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 1 | - |
| CMYK | 0.80 | 0 | 1.00 | 0.05 |
| HSL | 108º | 0.99% | 0.47% | - |
| HSV(B) | 108º | 1% | 0.95% | - |
| XYZ | 32.73 | 63.57 | 10.57 | - |
| YUV | 156.23 | 40.39 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 1 | 0.80 | 0 | 1.00 | 0.05 | 108 | 0.99 | 0.47 |
| Hex | 31 | F1 | 1 | 50 | 0 | 64 | 5 | 6C | 63 | 2F |
| Octal | 61 | 361 | 1 | 120 | 0 | 144 | 5 | 154 | 143 | 57 |
| Binary | 110001 | 11110001 | 1 | 1010000 | 0 | 1100100 | 101 | 1101100 | 1100011 | 101111 |
Color Harmonies of #31F101
Complementary color
Monochromatic Colors of #31F101
Black with #31F101
Text Example
Text Example
White with #31F101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F101; }
p { color: rgb(49,241,1); }
H1.HeaderClassName
{
color: #31F101;
}
.AnyTagClassName
{
color: #31F101;
}
</style>
background-color css
<style>
a { background-color: #31F101; }
a { background-color: rgb(49,241,1); }
div.DivClassName
{
background-color: #31F101;
}
.BgClassName
{
background-color: #31F101;
}
</style>
border-color css
<style>
span { border-color: #31F101; }
span { border-color: rgb(49,241,1); }
td.TdClassName
{
border-color: #31F101;
}
.TagClassName
{
border-color: #31F101;
}
</style>