Shades of Harlequin #31E900
Tints of Harlequin #31E900
RGB
CMYK
RGB Variations
Color information
#31E900 (or 0x31E900) is known color: Harlequin. HEX triplet: 31, E9 and 00. RGB value is (49,233,0). Sum of RGB (Red+Green+Blue) = 49+233+0=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 233 (91.41% from 255 or 82.62% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 233 - color contains mainly: green. Hex color #31E900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31E900 is #CE16FF. Grayscale: #989898. Windows color (decimal): -13506304 or 59697. OLE color: 59697.
HSL color Cylindrical-coordinate representation of color #31E900: hue angle of 107.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31E900 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.09 |
| HSL | 107.38º | 1% | 0.46% | - |
| HSV(B) | 107.38º | 1% | 0.91% | - |
| XYZ | 30.41 | 58.93 | 9.77 | - |
| YUV | 151.42 | 42.54 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 0 | 0.79 | 0 | 1 | 0.09 | 107.38 | 1 | 0.46 |
| Hex | 31 | E9 | 0 | 4F | 0 | 64 | 9 | 6B | 64 | 2E |
| Octal | 61 | 351 | 0 | 117 | 0 | 144 | 11 | 153 | 144 | 56 |
| Binary | 110001 | 11101001 | 0 | 1001111 | 0 | 1100100 | 1001 | 1101011 | 1100100 | 101110 |
Color Harmonies of #31E900
Complementary color
Monochromatic Colors of #31E900
Black with #31E900
Text Example
Text Example
White with #31E900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E900; }
p { color: rgb(49,233,0); }
H1.HeaderClassName
{
color: #31E900;
}
.AnyTagClassName
{
color: #31E900;
}
</style>
background-color css
<style>
a { background-color: #31E900; }
a { background-color: rgb(49,233,0); }
div.DivClassName
{
background-color: #31E900;
}
.BgClassName
{
background-color: #31E900;
}
</style>
border-color css
<style>
span { border-color: #31E900; }
span { border-color: rgb(49,233,0); }
td.TdClassName
{
border-color: #31E900;
}
.TagClassName
{
border-color: #31E900;
}
</style>