Shades of Harlequin #31EE14
Tints of Harlequin #31EE14
RGB
CMYK
RGB Variations
Color information
#31EE14 (or 0x31EE14) is known color: Harlequin. HEX triplet: 31, EE and 14. RGB value is (49,238,20). Sum of RGB (Red+Green+Blue) = 49+238+20=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 238 (93.36% from 255 or 77.52% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 238 - color contains mainly: green. Hex color #31EE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EE14 is #CE11EB. Grayscale: #9D9D9D. Windows color (decimal): -13505004 or 1371697. OLE color: 1371697.
HSL color Cylindrical-coordinate representation of color #31EE14: hue angle of 112.02º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31EE14 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 238 | 20 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.07 |
| HSL | 112.02º | 0.87% | 0.51% | - |
| HSV(B) | 112.02º | 0.92% | 0.93% | - |
| XYZ | 31.97 | 61.85 | 10.92 | - |
| YUV | 156.64 | 50.88 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 20 | 0.79 | 0 | 0.92 | 0.07 | 112.02 | 0.87 | 0.51 |
| Hex | 31 | EE | 14 | 4F | 0 | 5C | 7 | 70 | 57 | 33 |
| Octal | 61 | 356 | 24 | 117 | 0 | 134 | 7 | 160 | 127 | 63 |
| Binary | 110001 | 11101110 | 10100 | 1001111 | 0 | 1011100 | 111 | 1110000 | 1010111 | 110011 |
Color Harmonies of #31EE14
Complementary color
Monochromatic Colors of #31EE14
Black with #31EE14
Text Example
Text Example
White with #31EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EE14; }
p { color: rgb(49,238,20); }
H1.HeaderClassName
{
color: #31EE14;
}
.AnyTagClassName
{
color: #31EE14;
}
</style>
background-color css
<style>
a { background-color: #31EE14; }
a { background-color: rgb(49,238,20); }
div.DivClassName
{
background-color: #31EE14;
}
.BgClassName
{
background-color: #31EE14;
}
</style>
border-color css
<style>
span { border-color: #31EE14; }
span { border-color: rgb(49,238,20); }
td.TdClassName
{
border-color: #31EE14;
}
.TagClassName
{
border-color: #31EE14;
}
</style>