Shades of Harlequin #31F919
Tints of Harlequin #31F919
RGB
CMYK
RGB Variations
Color information
#31F919 (or 0x31F919) is known color: Harlequin. HEX triplet: 31, F9 and 19. RGB value is (49,249,25). Sum of RGB (Red+Green+Blue) = 49+249+25=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 249 (97.66% from 255 or 77.09% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 249 - color contains mainly: green. Hex color #31F919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F919 is #CE06E6. Grayscale: #A4A4A4. Windows color (decimal): -13502183 or 1702193. OLE color: 1702193.
HSL color Cylindrical-coordinate representation of color #31F919: hue angle of 113.57º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31F919 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 25 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.02 |
| HSL | 113.57º | 0.95% | 0.54% | - |
| HSV(B) | 113.57º | 0.9% | 0.98% | - |
| XYZ | 35.32 | 68.47 | 12.28 | - |
| YUV | 163.66 | 49.74 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 25 | 0.80 | 0 | 0.90 | 0.02 | 113.57 | 0.95 | 0.54 |
| Hex | 31 | F9 | 19 | 50 | 0 | 5A | 2 | 72 | 5F | 36 |
| Octal | 61 | 371 | 31 | 120 | 0 | 132 | 2 | 162 | 137 | 66 |
| Binary | 110001 | 11111001 | 11001 | 1010000 | 0 | 1011010 | 10 | 1110010 | 1011111 | 110110 |
Color Harmonies of #31F919
Complementary color
Monochromatic Colors of #31F919
Black with #31F919
Text Example
Text Example
White with #31F919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F919; }
p { color: rgb(49,249,25); }
H1.HeaderClassName
{
color: #31F919;
}
.AnyTagClassName
{
color: #31F919;
}
</style>
background-color css
<style>
a { background-color: #31F919; }
a { background-color: rgb(49,249,25); }
div.DivClassName
{
background-color: #31F919;
}
.BgClassName
{
background-color: #31F919;
}
</style>
border-color css
<style>
span { border-color: #31F919; }
span { border-color: rgb(49,249,25); }
td.TdClassName
{
border-color: #31F919;
}
.TagClassName
{
border-color: #31F919;
}
</style>