Shades of Harlequin #31FA17
Tints of Harlequin #31FA17
RGB
CMYK
RGB Variations
Color information
#31FA17 (or 0x31FA17) is known color: Harlequin. HEX triplet: 31, FA and 17. RGB value is (49,250,23). Sum of RGB (Red+Green+Blue) = 49+250+23=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 250 (98.05% from 255 or 77.64% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FA17 is #CE05E8. Grayscale: #A4A4A4. Windows color (decimal): -13501929 or 1571377. OLE color: 1571377.
HSL color Cylindrical-coordinate representation of color #31FA17: hue angle of 113.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31FA17 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 23 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.02 |
| HSL | 113.13º | 0.96% | 0.54% | - |
| HSV(B) | 113.13º | 0.91% | 0.98% | - |
| XYZ | 35.61 | 69.09 | 12.27 | - |
| YUV | 164.02 | 48.41 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 23 | 0.80 | 0 | 0.91 | 0.02 | 113.13 | 0.96 | 0.54 |
| Hex | 31 | FA | 17 | 50 | 0 | 5B | 2 | 71 | 60 | 36 |
| Octal | 61 | 372 | 27 | 120 | 0 | 133 | 2 | 161 | 140 | 66 |
| Binary | 110001 | 11111010 | 10111 | 1010000 | 0 | 1011011 | 10 | 1110001 | 1100000 | 110110 |
Color Harmonies of #31FA17
Complementary color
Monochromatic Colors of #31FA17
Black with #31FA17
Text Example
Text Example
White with #31FA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA17; }
p { color: rgb(49,250,23); }
H1.HeaderClassName
{
color: #31FA17;
}
.AnyTagClassName
{
color: #31FA17;
}
</style>
background-color css
<style>
a { background-color: #31FA17; }
a { background-color: rgb(49,250,23); }
div.DivClassName
{
background-color: #31FA17;
}
.BgClassName
{
background-color: #31FA17;
}
</style>
border-color css
<style>
span { border-color: #31FA17; }
span { border-color: rgb(49,250,23); }
td.TdClassName
{
border-color: #31FA17;
}
.TagClassName
{
border-color: #31FA17;
}
</style>