Shades of Harlequin #31FE15
Tints of Harlequin #31FE15
RGB
CMYK
RGB Variations
Color information
#31FE15 (or 0x31FE15) is known color: Harlequin. HEX triplet: 31, FE and 15. RGB value is (49,254,21). Sum of RGB (Red+Green+Blue) = 49+254+21=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 254 (99.61% from 255 or 78.40% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FE15 is #CE01EA. Grayscale: #A6A6A6. Windows color (decimal): -13500907 or 1441329. OLE color: 1441329.
HSL color Cylindrical-coordinate representation of color #31FE15: hue angle of 112.79º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31FE15 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 21 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.00 |
| HSL | 112.79º | 0.99% | 0.54% | - |
| HSV(B) | 112.79º | 0.92% | 1% | - |
| XYZ | 36.84 | 71.59 | 12.59 | - |
| YUV | 166.14 | 46.08 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 21 | 0.81 | 0 | 0.92 | 0.00 | 112.79 | 0.99 | 0.54 |
| Hex | 31 | FE | 15 | 51 | 0 | 5C | 0 | 71 | 63 | 36 |
| Octal | 61 | 376 | 25 | 121 | 0 | 134 | 0 | 161 | 143 | 66 |
| Binary | 110001 | 11111110 | 10101 | 1010001 | 0 | 1011100 | 0 | 1110001 | 1100011 | 110110 |
Color Harmonies of #31FE15
Complementary color
Monochromatic Colors of #31FE15
Black with #31FE15
Text Example
Text Example
White with #31FE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FE15; }
p { color: rgb(49,254,21); }
H1.HeaderClassName
{
color: #31FE15;
}
.AnyTagClassName
{
color: #31FE15;
}
</style>
background-color css
<style>
a { background-color: #31FE15; }
a { background-color: rgb(49,254,21); }
div.DivClassName
{
background-color: #31FE15;
}
.BgClassName
{
background-color: #31FE15;
}
</style>
border-color css
<style>
span { border-color: #31FE15; }
span { border-color: rgb(49,254,21); }
td.TdClassName
{
border-color: #31FE15;
}
.TagClassName
{
border-color: #31FE15;
}
</style>