Shades of Harlequin #31EF15
Tints of Harlequin #31EF15
RGB
CMYK
RGB Variations
Color information
#31EF15 (or 0x31EF15) is known color: Harlequin. HEX triplet: 31, EF and 15. RGB value is (49,239,21). Sum of RGB (Red+Green+Blue) = 49+239+21=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 239 (93.75% from 255 or 77.35% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 239 - color contains mainly: green. Hex color #31EF15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EF15 is #CE10EA. Grayscale: #9E9E9E. Windows color (decimal): -13504747 or 1437489. OLE color: 1437489.
HSL color Cylindrical-coordinate representation of color #31EF15: hue angle of 112.29º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31EF15 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 239 | 21 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.06 |
| HSL | 112.29º | 0.87% | 0.51% | - |
| HSV(B) | 112.29º | 0.91% | 0.94% | - |
| XYZ | 32.27 | 62.44 | 11.06 | - |
| YUV | 157.34 | 51.05 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 21 | 0.79 | 0 | 0.91 | 0.06 | 112.29 | 0.87 | 0.51 |
| Hex | 31 | EF | 15 | 4F | 0 | 5B | 6 | 70 | 57 | 33 |
| Octal | 61 | 357 | 25 | 117 | 0 | 133 | 6 | 160 | 127 | 63 |
| Binary | 110001 | 11101111 | 10101 | 1001111 | 0 | 1011011 | 110 | 1110000 | 1010111 | 110011 |
Color Harmonies of #31EF15
Complementary color
Monochromatic Colors of #31EF15
Black with #31EF15
Text Example
Text Example
White with #31EF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EF15; }
p { color: rgb(49,239,21); }
H1.HeaderClassName
{
color: #31EF15;
}
.AnyTagClassName
{
color: #31EF15;
}
</style>
background-color css
<style>
a { background-color: #31EF15; }
a { background-color: rgb(49,239,21); }
div.DivClassName
{
background-color: #31EF15;
}
.BgClassName
{
background-color: #31EF15;
}
</style>
border-color css
<style>
span { border-color: #31EF15; }
span { border-color: rgb(49,239,21); }
td.TdClassName
{
border-color: #31EF15;
}
.TagClassName
{
border-color: #31EF15;
}
</style>