Shades of Harlequin #31D908
Tints of Harlequin #31D908
RGB
CMYK
RGB Variations
Color information
#31D908 (or 0x31D908) is known color: Harlequin. HEX triplet: 31, D9 and 08. RGB value is (49,217,8). Sum of RGB (Red+Green+Blue) = 49+217+8=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 217 (85.16% from 255 or 79.20% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 217 - color contains mainly: green. Hex color #31D908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31D908 is #CE26F7. Grayscale: #8F8F8F. Windows color (decimal): -13510392 or 579889. OLE color: 579889.
HSL color Cylindrical-coordinate representation of color #31D908: hue angle of 108.23º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31D908 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.15 |
| HSL | 108.23º | 0.93% | 0.44% | - |
| HSV(B) | 108.23º | 0.96% | 0.85% | - |
| XYZ | 26.12 | 50.3 | 8.56 | - |
| YUV | 142.94 | 51.84 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 8 | 0.77 | 0 | 0.96 | 0.15 | 108.23 | 0.93 | 0.44 |
| Hex | 31 | D9 | 8 | 4D | 0 | 60 | F | 6C | 5D | 2C |
| Octal | 61 | 331 | 10 | 115 | 0 | 140 | 17 | 154 | 135 | 54 |
| Binary | 110001 | 11011001 | 1000 | 1001101 | 0 | 1100000 | 1111 | 1101100 | 1011101 | 101100 |
Color Harmonies of #31D908
Complementary color
Monochromatic Colors of #31D908
Black with #31D908
Text Example
Text Example
White with #31D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D908; }
p { color: rgb(49,217,8); }
H1.HeaderClassName
{
color: #31D908;
}
.AnyTagClassName
{
color: #31D908;
}
</style>
background-color css
<style>
a { background-color: #31D908; }
a { background-color: rgb(49,217,8); }
div.DivClassName
{
background-color: #31D908;
}
.BgClassName
{
background-color: #31D908;
}
</style>
border-color css
<style>
span { border-color: #31D908; }
span { border-color: rgb(49,217,8); }
td.TdClassName
{
border-color: #31D908;
}
.TagClassName
{
border-color: #31D908;
}
</style>