Shades of Harlequin #31E908
Tints of Harlequin #31E908
RGB
CMYK
RGB Variations
Color information
#31E908 (or 0x31E908) is known color: Harlequin. HEX triplet: 31, E9 and 08. RGB value is (49,233,8). Sum of RGB (Red+Green+Blue) = 49+233+8=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 233 (91.41% from 255 or 80.34% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 233 - color contains mainly: green. Hex color #31E908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31E908 is #CE16F7. Grayscale: #999999. Windows color (decimal): -13506296 or 583985. OLE color: 583985.
HSL color Cylindrical-coordinate representation of color #31E908: hue angle of 109.07º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31E908 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 8 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.09 |
| HSL | 109.07º | 0.93% | 0.47% | - |
| HSV(B) | 109.07º | 0.97% | 0.91% | - |
| XYZ | 30.45 | 58.95 | 10 | - |
| YUV | 152.33 | 46.54 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 8 | 0.79 | 0 | 0.97 | 0.09 | 109.07 | 0.93 | 0.47 |
| Hex | 31 | E9 | 8 | 4F | 0 | 61 | 9 | 6D | 5D | 2F |
| Octal | 61 | 351 | 10 | 117 | 0 | 141 | 11 | 155 | 135 | 57 |
| Binary | 110001 | 11101001 | 1000 | 1001111 | 0 | 1100001 | 1001 | 1101101 | 1011101 | 101111 |
Color Harmonies of #31E908
Complementary color
Monochromatic Colors of #31E908
Black with #31E908
Text Example
Text Example
White with #31E908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E908; }
p { color: rgb(49,233,8); }
H1.HeaderClassName
{
color: #31E908;
}
.AnyTagClassName
{
color: #31E908;
}
</style>
background-color css
<style>
a { background-color: #31E908; }
a { background-color: rgb(49,233,8); }
div.DivClassName
{
background-color: #31E908;
}
.BgClassName
{
background-color: #31E908;
}
</style>
border-color css
<style>
span { border-color: #31E908; }
span { border-color: rgb(49,233,8); }
td.TdClassName
{
border-color: #31E908;
}
.TagClassName
{
border-color: #31E908;
}
</style>