Shades of Harlequin #31FA08
Tints of Harlequin #31FA08
RGB
CMYK
RGB Variations
Color information
#31FA08 (or 0x31FA08) is known color: Harlequin. HEX triplet: 31, FA and 08. RGB value is (49,250,8). Sum of RGB (Red+Green+Blue) = 49+250+8=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 250 (98.05% from 255 or 81.43% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FA08 is #CE05F7. Grayscale: #A3A3A3. Windows color (decimal): -13501944 or 588337. OLE color: 588337.
HSL color Cylindrical-coordinate representation of color #31FA08: hue angle of 109.83º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31FA08 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 8 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.02 |
| HSL | 109.83º | 0.96% | 0.51% | - |
| HSV(B) | 109.83º | 0.97% | 0.98% | - |
| XYZ | 35.5 | 69.04 | 11.69 | - |
| YUV | 162.31 | 40.91 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 8 | 0.80 | 0 | 0.97 | 0.02 | 109.83 | 0.96 | 0.51 |
| Hex | 31 | FA | 8 | 50 | 0 | 61 | 2 | 6E | 60 | 33 |
| Octal | 61 | 372 | 10 | 120 | 0 | 141 | 2 | 156 | 140 | 63 |
| Binary | 110001 | 11111010 | 1000 | 1010000 | 0 | 1100001 | 10 | 1101110 | 1100000 | 110011 |
Color Harmonies of #31FA08
Complementary color
Monochromatic Colors of #31FA08
Black with #31FA08
Text Example
Text Example
White with #31FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA08; }
p { color: rgb(49,250,8); }
H1.HeaderClassName
{
color: #31FA08;
}
.AnyTagClassName
{
color: #31FA08;
}
</style>
background-color css
<style>
a { background-color: #31FA08; }
a { background-color: rgb(49,250,8); }
div.DivClassName
{
background-color: #31FA08;
}
.BgClassName
{
background-color: #31FA08;
}
</style>
border-color css
<style>
span { border-color: #31FA08; }
span { border-color: rgb(49,250,8); }
td.TdClassName
{
border-color: #31FA08;
}
.TagClassName
{
border-color: #31FA08;
}
</style>