Shades of Harlequin #31F217
Tints of Harlequin #31F217
RGB
CMYK
RGB Variations
Color information
#31F217 (or 0x31F217) is known color: Harlequin. HEX triplet: 31, F2 and 17. RGB value is (49,242,23). Sum of RGB (Red+Green+Blue) = 49+242+23=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 242 (94.92% from 255 or 77.07% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 242 - color contains mainly: green. Hex color #31F217 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F217 is #CE0DE8. Grayscale: #A0A0A0. Windows color (decimal): -13503977 or 1569329. OLE color: 1569329.
HSL color Cylindrical-coordinate representation of color #31F217: hue angle of 112.88º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31F217 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 23 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.05 |
| HSL | 112.88º | 0.89% | 0.52% | - |
| HSV(B) | 112.88º | 0.9% | 0.95% | - |
| XYZ | 33.17 | 64.22 | 11.46 | - |
| YUV | 159.33 | 51.06 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 23 | 0.80 | 0 | 0.90 | 0.05 | 112.88 | 0.89 | 0.52 |
| Hex | 31 | F2 | 17 | 50 | 0 | 5A | 5 | 71 | 59 | 34 |
| Octal | 61 | 362 | 27 | 120 | 0 | 132 | 5 | 161 | 131 | 64 |
| Binary | 110001 | 11110010 | 10111 | 1010000 | 0 | 1011010 | 101 | 1110001 | 1011001 | 110100 |
Color Harmonies of #31F217
Complementary color
Monochromatic Colors of #31F217
Black with #31F217
Text Example
Text Example
White with #31F217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F217; }
p { color: rgb(49,242,23); }
H1.HeaderClassName
{
color: #31F217;
}
.AnyTagClassName
{
color: #31F217;
}
</style>
background-color css
<style>
a { background-color: #31F217; }
a { background-color: rgb(49,242,23); }
div.DivClassName
{
background-color: #31F217;
}
.BgClassName
{
background-color: #31F217;
}
</style>
border-color css
<style>
span { border-color: #31F217; }
span { border-color: rgb(49,242,23); }
td.TdClassName
{
border-color: #31F217;
}
.TagClassName
{
border-color: #31F217;
}
</style>