Shades of Harlequin #31F717
Tints of Harlequin #31F717
RGB
CMYK
RGB Variations
Color information
#31F717 (or 0x31F717) is known color: Harlequin. HEX triplet: 31, F7 and 17. RGB value is (49,247,23). Sum of RGB (Red+Green+Blue) = 49+247+23=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 247 (96.88% from 255 or 77.43% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 247 - color contains mainly: green. Hex color #31F717 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F717 is #CE08E8. Grayscale: #A2A2A2. Windows color (decimal): -13502697 or 1570609. OLE color: 1570609.
HSL color Cylindrical-coordinate representation of color #31F717: hue angle of 113.04º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31F717 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 247 | 23 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.03 |
| HSL | 113.04º | 0.93% | 0.53% | - |
| HSV(B) | 113.04º | 0.91% | 0.97% | - |
| XYZ | 34.68 | 67.24 | 11.96 | - |
| YUV | 162.26 | 49.4 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 247 | 23 | 0.80 | 0 | 0.91 | 0.03 | 113.04 | 0.93 | 0.53 |
| Hex | 31 | F7 | 17 | 50 | 0 | 5B | 3 | 71 | 5D | 35 |
| Octal | 61 | 367 | 27 | 120 | 0 | 133 | 3 | 161 | 135 | 65 |
| Binary | 110001 | 11110111 | 10111 | 1010000 | 0 | 1011011 | 11 | 1110001 | 1011101 | 110101 |
Color Harmonies of #31F717
Complementary color
Monochromatic Colors of #31F717
Black with #31F717
Text Example
Text Example
White with #31F717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F717; }
p { color: rgb(49,247,23); }
H1.HeaderClassName
{
color: #31F717;
}
.AnyTagClassName
{
color: #31F717;
}
</style>
background-color css
<style>
a { background-color: #31F717; }
a { background-color: rgb(49,247,23); }
div.DivClassName
{
background-color: #31F717;
}
.BgClassName
{
background-color: #31F717;
}
</style>
border-color css
<style>
span { border-color: #31F717; }
span { border-color: rgb(49,247,23); }
td.TdClassName
{
border-color: #31F717;
}
.TagClassName
{
border-color: #31F717;
}
</style>