Shades of Harlequin #31FE10
Tints of Harlequin #31FE10
RGB
CMYK
RGB Variations
Color information
#31FE10 (or 0x31FE10) is known color: Harlequin. HEX triplet: 31, FE and 10. RGB value is (49,254,16). Sum of RGB (Red+Green+Blue) = 49+254+16=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 254 (99.61% from 255 or 79.62% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FE10 is #CE01EF. Grayscale: #A6A6A6. Windows color (decimal): -13500912 or 1113649. OLE color: 1113649.
HSL color Cylindrical-coordinate representation of color #31FE10: hue angle of 111.68º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31FE10 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 16 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.00 |
| HSL | 111.68º | 0.99% | 0.53% | - |
| HSV(B) | 111.68º | 0.94% | 1% | - |
| XYZ | 36.8 | 71.57 | 12.37 | - |
| YUV | 165.57 | 43.58 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 16 | 0.81 | 0 | 0.94 | 0.00 | 111.68 | 0.99 | 0.53 |
| Hex | 31 | FE | 10 | 51 | 0 | 5E | 0 | 70 | 63 | 35 |
| Octal | 61 | 376 | 20 | 121 | 0 | 136 | 0 | 160 | 143 | 65 |
| Binary | 110001 | 11111110 | 10000 | 1010001 | 0 | 1011110 | 0 | 1110000 | 1100011 | 110101 |
Color Harmonies of #31FE10
Complementary color
Monochromatic Colors of #31FE10
Black with #31FE10
Text Example
Text Example
White with #31FE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FE10; }
p { color: rgb(49,254,16); }
H1.HeaderClassName
{
color: #31FE10;
}
.AnyTagClassName
{
color: #31FE10;
}
</style>
background-color css
<style>
a { background-color: #31FE10; }
a { background-color: rgb(49,254,16); }
div.DivClassName
{
background-color: #31FE10;
}
.BgClassName
{
background-color: #31FE10;
}
</style>
border-color css
<style>
span { border-color: #31FE10; }
span { border-color: rgb(49,254,16); }
td.TdClassName
{
border-color: #31FE10;
}
.TagClassName
{
border-color: #31FE10;
}
</style>