Shades of Harlequin #31F119
Tints of Harlequin #31F119
RGB
CMYK
RGB Variations
Color information
#31F119 (or 0x31F119) is known color: Harlequin. HEX triplet: 31, F1 and 19. RGB value is (49,241,25). Sum of RGB (Red+Green+Blue) = 49+241+25=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #31F119 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F119 is #CE0EE6. Grayscale: #9F9F9F. Windows color (decimal): -13504231 or 1700145. OLE color: 1700145.
HSL color Cylindrical-coordinate representation of color #31F119: hue angle of 113.33º 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 #31F119 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 25 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.05 |
| HSL | 113.33º | 0.89% | 0.52% | - |
| HSV(B) | 113.33º | 0.9% | 0.95% | - |
| XYZ | 32.9 | 63.63 | 11.47 | - |
| YUV | 158.97 | 52.39 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 25 | 0.80 | 0 | 0.90 | 0.05 | 113.33 | 0.89 | 0.52 |
| Hex | 31 | F1 | 19 | 50 | 0 | 5A | 5 | 71 | 59 | 34 |
| Octal | 61 | 361 | 31 | 120 | 0 | 132 | 5 | 161 | 131 | 64 |
| Binary | 110001 | 11110001 | 11001 | 1010000 | 0 | 1011010 | 101 | 1110001 | 1011001 | 110100 |
Color Harmonies of #31F119
Complementary color
Monochromatic Colors of #31F119
Black with #31F119
Text Example
Text Example
White with #31F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F119; }
p { color: rgb(49,241,25); }
H1.HeaderClassName
{
color: #31F119;
}
.AnyTagClassName
{
color: #31F119;
}
</style>
background-color css
<style>
a { background-color: #31F119; }
a { background-color: rgb(49,241,25); }
div.DivClassName
{
background-color: #31F119;
}
.BgClassName
{
background-color: #31F119;
}
</style>
border-color css
<style>
span { border-color: #31F119; }
span { border-color: rgb(49,241,25); }
td.TdClassName
{
border-color: #31F119;
}
.TagClassName
{
border-color: #31F119;
}
</style>