Shades of Harlequin #31FF08
Tints of Harlequin #31FF08
RGB
CMYK
RGB Variations
Color information
#31FF08 (or 0x31FF08) is known color: Harlequin. HEX triplet: 31, FF and 08. RGB value is (49,255,8). Sum of RGB (Red+Green+Blue) = 49+255+8=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 255 (100% from 255 or 81.73% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FF08 is #CE00F7. Grayscale: #A6A6A6. Windows color (decimal): -13500664 or 589617. OLE color: 589617.
HSL color Cylindrical-coordinate representation of color #31FF08: hue angle of 110.04º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31FF08 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 8 | - |
| CMYK | 0.81 | 0 | 0.97 | 0 |
| HSL | 110.04º | 1% | 0.52% | - |
| HSV(B) | 110.04º | 0.97% | 1% | - |
| XYZ | 37.07 | 72.19 | 12.21 | - |
| YUV | 165.25 | 39.25 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 8 | 0.81 | 0 | 0.97 | 0 | 110.04 | 1 | 0.52 |
| Hex | 31 | FF | 8 | 51 | 0 | 61 | 0 | 6E | 64 | 34 |
| Octal | 61 | 377 | 10 | 121 | 0 | 141 | 0 | 156 | 144 | 64 |
| Binary | 110001 | 11111111 | 1000 | 1010001 | 0 | 1100001 | 0 | 1101110 | 1100100 | 110100 |
Color Harmonies of #31FF08
Complementary color
Monochromatic Colors of #31FF08
Black with #31FF08
Text Example
Text Example
White with #31FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF08; }
p { color: rgb(49,255,8); }
H1.HeaderClassName
{
color: #31FF08;
}
.AnyTagClassName
{
color: #31FF08;
}
</style>
background-color css
<style>
a { background-color: #31FF08; }
a { background-color: rgb(49,255,8); }
div.DivClassName
{
background-color: #31FF08;
}
.BgClassName
{
background-color: #31FF08;
}
</style>
border-color css
<style>
span { border-color: #31FF08; }
span { border-color: rgb(49,255,8); }
td.TdClassName
{
border-color: #31FF08;
}
.TagClassName
{
border-color: #31FF08;
}
</style>