Shades of Harlequin #31F71A
Tints of Harlequin #31F71A
RGB
CMYK
RGB Variations
Color information
#31F71A (or 0x31F71A) is known color: Harlequin. HEX triplet: 31, F7 and 1A. RGB value is (49,247,26). Sum of RGB (Red+Green+Blue) = 49+247+26=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 247 (96.88% from 255 or 76.71% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 247 - color contains mainly: green. Hex color #31F71A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F71A is #CE08E5. Grayscale: #A3A3A3. Windows color (decimal): -13502694 or 1767217. OLE color: 1767217.
HSL color Cylindrical-coordinate representation of color #31F71A: hue angle of 113.76º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31F71A is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 247 | 26 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.03 |
| HSL | 113.76º | 0.93% | 0.54% | - |
| HSV(B) | 113.76º | 0.89% | 0.97% | - |
| XYZ | 34.71 | 67.25 | 12.13 | - |
| YUV | 162.6 | 50.9 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 247 | 26 | 0.80 | 0 | 0.89 | 0.03 | 113.76 | 0.93 | 0.54 |
| Hex | 31 | F7 | 1A | 50 | 0 | 59 | 3 | 72 | 5D | 36 |
| Octal | 61 | 367 | 32 | 120 | 0 | 131 | 3 | 162 | 135 | 66 |
| Binary | 110001 | 11110111 | 11010 | 1010000 | 0 | 1011001 | 11 | 1110010 | 1011101 | 110110 |
Color Harmonies of #31F71A
Complementary color
Monochromatic Colors of #31F71A
Black with #31F71A
Text Example
Text Example
White with #31F71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F71A; }
p { color: rgb(49,247,26); }
H1.HeaderClassName
{
color: #31F71A;
}
.AnyTagClassName
{
color: #31F71A;
}
</style>
background-color css
<style>
a { background-color: #31F71A; }
a { background-color: rgb(49,247,26); }
div.DivClassName
{
background-color: #31F71A;
}
.BgClassName
{
background-color: #31F71A;
}
</style>
border-color css
<style>
span { border-color: #31F71A; }
span { border-color: rgb(49,247,26); }
td.TdClassName
{
border-color: #31F71A;
}
.TagClassName
{
border-color: #31F71A;
}
</style>