Shades of Harlequin #31F614
Tints of Harlequin #31F614
RGB
CMYK
RGB Variations
Color information
#31F614 (or 0x31F614) is known color: Harlequin. HEX triplet: 31, F6 and 14. RGB value is (49,246,20). Sum of RGB (Red+Green+Blue) = 49+246+20=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 246 (96.48% from 255 or 78.10% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 246 - color contains mainly: green. Hex color #31F614 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F614 is #CE09EB. Grayscale: #A2A2A2. Windows color (decimal): -13502956 or 1373745. OLE color: 1373745.
HSL color Cylindrical-coordinate representation of color #31F614: hue angle of 112.3º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31F614 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 246 | 20 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.04 |
| HSL | 112.3º | 0.93% | 0.52% | - |
| HSV(B) | 112.3º | 0.92% | 0.96% | - |
| XYZ | 34.35 | 66.62 | 11.71 | - |
| YUV | 161.33 | 48.23 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 246 | 20 | 0.80 | 0 | 0.92 | 0.04 | 112.3 | 0.93 | 0.52 |
| Hex | 31 | F6 | 14 | 50 | 0 | 5C | 4 | 70 | 5D | 34 |
| Octal | 61 | 366 | 24 | 120 | 0 | 134 | 4 | 160 | 135 | 64 |
| Binary | 110001 | 11110110 | 10100 | 1010000 | 0 | 1011100 | 100 | 1110000 | 1011101 | 110100 |
Color Harmonies of #31F614
Complementary color
Monochromatic Colors of #31F614
Black with #31F614
Text Example
Text Example
White with #31F614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F614; }
p { color: rgb(49,246,20); }
H1.HeaderClassName
{
color: #31F614;
}
.AnyTagClassName
{
color: #31F614;
}
</style>
background-color css
<style>
a { background-color: #31F614; }
a { background-color: rgb(49,246,20); }
div.DivClassName
{
background-color: #31F614;
}
.BgClassName
{
background-color: #31F614;
}
</style>
border-color css
<style>
span { border-color: #31F614; }
span { border-color: rgb(49,246,20); }
td.TdClassName
{
border-color: #31F614;
}
.TagClassName
{
border-color: #31F614;
}
</style>