Shades of Harlequin #31FF1F
Tints of Harlequin #31FF1F
RGB
CMYK
RGB Variations
Color information
#31FF1F (or 0x31FF1F) is known color: Harlequin. HEX triplet: 31, FF and 1F. RGB value is (49,255,31). Sum of RGB (Red+Green+Blue) = 49+255+31=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF1F is #CE00E0. Grayscale: #A8A8A8. Windows color (decimal): -13500641 or 2096945. OLE color: 2096945.
HSL color Cylindrical-coordinate representation of color #31FF1F: hue angle of 115.18º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31FF1F is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 31 | - |
| CMYK | 0.81 | 0 | 0.88 | 0 |
| HSL | 115.18º | 1% | 0.56% | - |
| HSV(B) | 115.18º | 0.88% | 1% | - |
| XYZ | 37.27 | 72.27 | 13.28 | - |
| YUV | 167.87 | 50.75 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 31 | 0.81 | 0 | 0.88 | 0 | 115.18 | 1 | 0.56 |
| Hex | 31 | FF | 1F | 51 | 0 | 58 | 0 | 73 | 64 | 38 |
| Octal | 61 | 377 | 37 | 121 | 0 | 130 | 0 | 163 | 144 | 70 |
| Binary | 110001 | 11111111 | 11111 | 1010001 | 0 | 1011000 | 0 | 1110011 | 1100100 | 111000 |
Color Harmonies of #31FF1F
Complementary color
Monochromatic Colors of #31FF1F
Black with #31FF1F
Text Example
Text Example
White with #31FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF1F; }
p { color: rgb(49,255,31); }
H1.HeaderClassName
{
color: #31FF1F;
}
.AnyTagClassName
{
color: #31FF1F;
}
</style>
background-color css
<style>
a { background-color: #31FF1F; }
a { background-color: rgb(49,255,31); }
div.DivClassName
{
background-color: #31FF1F;
}
.BgClassName
{
background-color: #31FF1F;
}
</style>
border-color css
<style>
span { border-color: #31FF1F; }
span { border-color: rgb(49,255,31); }
td.TdClassName
{
border-color: #31FF1F;
}
.TagClassName
{
border-color: #31FF1F;
}
</style>