Shades of Harlequin #31F703
Tints of Harlequin #31F703
RGB
CMYK
RGB Variations
Color information
#31F703 (or 0x31F703) is known color: Harlequin. HEX triplet: 31, F7 and 03. RGB value is (49,247,3). Sum of RGB (Red+Green+Blue) = 49+247+3=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 247 (96.88% from 255 or 82.61% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 247 - color contains mainly: green. Hex color #31F703 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F703 is #CE08FC. Grayscale: #A0A0A0. Windows color (decimal): -13502717 or 259889. OLE color: 259889.
HSL color Cylindrical-coordinate representation of color #31F703: hue angle of 108.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31F703 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 247 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.03 |
| HSL | 108.69º | 0.98% | 0.49% | - |
| HSV(B) | 108.69º | 0.99% | 0.97% | - |
| XYZ | 34.54 | 67.18 | 11.23 | - |
| YUV | 159.98 | 39.4 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 247 | 3 | 0.80 | 0 | 0.99 | 0.03 | 108.69 | 0.98 | 0.49 |
| Hex | 31 | F7 | 3 | 50 | 0 | 63 | 3 | 6D | 62 | 31 |
| Octal | 61 | 367 | 3 | 120 | 0 | 143 | 3 | 155 | 142 | 61 |
| Binary | 110001 | 11110111 | 11 | 1010000 | 0 | 1100011 | 11 | 1101101 | 1100010 | 110001 |
Color Harmonies of #31F703
Complementary color
Monochromatic Colors of #31F703
Black with #31F703
Text Example
Text Example
White with #31F703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F703; }
p { color: rgb(49,247,3); }
H1.HeaderClassName
{
color: #31F703;
}
.AnyTagClassName
{
color: #31F703;
}
</style>
background-color css
<style>
a { background-color: #31F703; }
a { background-color: rgb(49,247,3); }
div.DivClassName
{
background-color: #31F703;
}
.BgClassName
{
background-color: #31F703;
}
</style>
border-color css
<style>
span { border-color: #31F703; }
span { border-color: rgb(49,247,3); }
td.TdClassName
{
border-color: #31F703;
}
.TagClassName
{
border-color: #31F703;
}
</style>