Shades of Harlequin #31FF05
Tints of Harlequin #31FF05
RGB
CMYK
RGB Variations
Color information
#31FF05 (or 0x31FF05) is known color: Harlequin. HEX triplet: 31, FF and 05. RGB value is (49,255,5). Sum of RGB (Red+Green+Blue) = 49+255+5=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 255 (100% from 255 or 82.52% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FF05 is #CE00FA. Grayscale: #A5A5A5. Windows color (decimal): -13500667 or 393009. OLE color: 393009.
HSL color Cylindrical-coordinate representation of color #31FF05: hue angle of 109.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31FF05 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0 |
| HSL | 109.44º | 1% | 0.51% | - |
| HSV(B) | 109.44º | 0.98% | 1% | - |
| XYZ | 37.05 | 72.18 | 12.12 | - |
| YUV | 164.91 | 37.75 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 5 | 0.81 | 0 | 0.98 | 0 | 109.44 | 1 | 0.51 |
| Hex | 31 | FF | 5 | 51 | 0 | 62 | 0 | 6D | 64 | 33 |
| Octal | 61 | 377 | 5 | 121 | 0 | 142 | 0 | 155 | 144 | 63 |
| Binary | 110001 | 11111111 | 101 | 1010001 | 0 | 1100010 | 0 | 1101101 | 1100100 | 110011 |
Color Harmonies of #31FF05
Complementary color
Monochromatic Colors of #31FF05
Black with #31FF05
Text Example
Text Example
White with #31FF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF05; }
p { color: rgb(49,255,5); }
H1.HeaderClassName
{
color: #31FF05;
}
.AnyTagClassName
{
color: #31FF05;
}
</style>
background-color css
<style>
a { background-color: #31FF05; }
a { background-color: rgb(49,255,5); }
div.DivClassName
{
background-color: #31FF05;
}
.BgClassName
{
background-color: #31FF05;
}
</style>
border-color css
<style>
span { border-color: #31FF05; }
span { border-color: rgb(49,255,5); }
td.TdClassName
{
border-color: #31FF05;
}
.TagClassName
{
border-color: #31FF05;
}
</style>