Shades of Harlequin #31F914
Tints of Harlequin #31F914
RGB
CMYK
RGB Variations
Color information
#31F914 (or 0x31F914) is known color: Harlequin. HEX triplet: 31, F9 and 14. RGB value is (49,249,20). Sum of RGB (Red+Green+Blue) = 49+249+20=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 249 (97.66% from 255 or 78.30% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 249 - color contains mainly: green. Hex color #31F914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F914 is #CE06EB. Grayscale: #A3A3A3. Windows color (decimal): -13502188 or 1374513. OLE color: 1374513.
HSL color Cylindrical-coordinate representation of color #31F914: hue angle of 112.4º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31F914 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 20 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.02 |
| HSL | 112.4º | 0.95% | 0.53% | - |
| HSV(B) | 112.4º | 0.92% | 0.98% | - |
| XYZ | 35.27 | 68.45 | 12.02 | - |
| YUV | 163.09 | 47.24 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 20 | 0.80 | 0 | 0.92 | 0.02 | 112.4 | 0.95 | 0.53 |
| Hex | 31 | F9 | 14 | 50 | 0 | 5C | 2 | 70 | 5F | 35 |
| Octal | 61 | 371 | 24 | 120 | 0 | 134 | 2 | 160 | 137 | 65 |
| Binary | 110001 | 11111001 | 10100 | 1010000 | 0 | 1011100 | 10 | 1110000 | 1011111 | 110101 |
Color Harmonies of #31F914
Complementary color
Monochromatic Colors of #31F914
Black with #31F914
Text Example
Text Example
White with #31F914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F914; }
p { color: rgb(49,249,20); }
H1.HeaderClassName
{
color: #31F914;
}
.AnyTagClassName
{
color: #31F914;
}
</style>
background-color css
<style>
a { background-color: #31F914; }
a { background-color: rgb(49,249,20); }
div.DivClassName
{
background-color: #31F914;
}
.BgClassName
{
background-color: #31F914;
}
</style>
border-color css
<style>
span { border-color: #31F914; }
span { border-color: rgb(49,249,20); }
td.TdClassName
{
border-color: #31F914;
}
.TagClassName
{
border-color: #31F914;
}
</style>