Shades of Harlequin #31F103
Tints of Harlequin #31F103
RGB
CMYK
RGB Variations
Color information
#31F103 (or 0x31F103) is known color: Harlequin. HEX triplet: 31, F1 and 03. RGB value is (49,241,3). Sum of RGB (Red+Green+Blue) = 49+241+3=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 241 (94.53% from 255 or 82.25% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 241 - color contains mainly: green. Hex color #31F103 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F103 is #CE0EFC. Grayscale: #9D9D9D. Windows color (decimal): -13504253 or 258353. OLE color: 258353.
HSL color Cylindrical-coordinate representation of color #31F103: hue angle of 108.4º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31F103 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 3 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.05 |
| HSL | 108.4º | 0.98% | 0.48% | - |
| HSV(B) | 108.4º | 0.99% | 0.95% | - |
| XYZ | 32.74 | 63.57 | 10.63 | - |
| YUV | 156.46 | 41.39 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 3 | 0.80 | 0 | 0.99 | 0.05 | 108.4 | 0.98 | 0.48 |
| Hex | 31 | F1 | 3 | 50 | 0 | 63 | 5 | 6C | 62 | 30 |
| Octal | 61 | 361 | 3 | 120 | 0 | 143 | 5 | 154 | 142 | 60 |
| Binary | 110001 | 11110001 | 11 | 1010000 | 0 | 1100011 | 101 | 1101100 | 1100010 | 110000 |
Color Harmonies of #31F103
Complementary color
Monochromatic Colors of #31F103
Black with #31F103
Text Example
Text Example
White with #31F103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F103; }
p { color: rgb(49,241,3); }
H1.HeaderClassName
{
color: #31F103;
}
.AnyTagClassName
{
color: #31F103;
}
</style>
background-color css
<style>
a { background-color: #31F103; }
a { background-color: rgb(49,241,3); }
div.DivClassName
{
background-color: #31F103;
}
.BgClassName
{
background-color: #31F103;
}
</style>
border-color css
<style>
span { border-color: #31F103; }
span { border-color: rgb(49,241,3); }
td.TdClassName
{
border-color: #31F103;
}
.TagClassName
{
border-color: #31F103;
}
</style>