Shades of Harlequin #31FE20
Tints of Harlequin #31FE20
RGB
CMYK
RGB Variations
Color information
#31FE20 (or 0x31FE20) is known color: Harlequin. HEX triplet: 31, FE and 20. RGB value is (49,254,32). Sum of RGB (Red+Green+Blue) = 49+254+32=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 254 (99.61% from 255 or 75.82% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FE20 is #CE01DF. Grayscale: #A8A8A8. Windows color (decimal): -13500896 or 2162225. OLE color: 2162225.
HSL color Cylindrical-coordinate representation of color #31FE20: hue angle of 115.41º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31FE20 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 32 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.00 |
| HSL | 115.41º | 0.99% | 0.56% | - |
| HSV(B) | 115.41º | 0.87% | 1% | - |
| XYZ | 36.97 | 71.64 | 13.25 | - |
| YUV | 167.4 | 51.58 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 32 | 0.81 | 0 | 0.87 | 0.00 | 115.41 | 0.99 | 0.56 |
| Hex | 31 | FE | 20 | 51 | 0 | 57 | 0 | 73 | 63 | 38 |
| Octal | 61 | 376 | 40 | 121 | 0 | 127 | 0 | 163 | 143 | 70 |
| Binary | 110001 | 11111110 | 100000 | 1010001 | 0 | 1010111 | 0 | 1110011 | 1100011 | 111000 |
Color Harmonies of #31FE20
Complementary color
Monochromatic Colors of #31FE20
Black with #31FE20
Text Example
Text Example
White with #31FE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FE20; }
p { color: rgb(49,254,32); }
H1.HeaderClassName
{
color: #31FE20;
}
.AnyTagClassName
{
color: #31FE20;
}
</style>
background-color css
<style>
a { background-color: #31FE20; }
a { background-color: rgb(49,254,32); }
div.DivClassName
{
background-color: #31FE20;
}
.BgClassName
{
background-color: #31FE20;
}
</style>
border-color css
<style>
span { border-color: #31FE20; }
span { border-color: rgb(49,254,32); }
td.TdClassName
{
border-color: #31FE20;
}
.TagClassName
{
border-color: #31FE20;
}
</style>