Shades of Harlequin #31E500
Tints of Harlequin #31E500
RGB
CMYK
RGB Variations
Color information
#31E500 (or 0x31E500) is known color: Harlequin. HEX triplet: 31, E5 and 00. RGB value is (49,229,0). Sum of RGB (Red+Green+Blue) = 49+229+0=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 229 (89.84% from 255 or 82.37% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 229 - color contains mainly: green. Hex color #31E500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31E500 is #CE1AFF. Grayscale: #959595. Windows color (decimal): -13507328 or 58673. OLE color: 58673.
HSL color Cylindrical-coordinate representation of color #31E500: hue angle of 107.16º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31E500 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 229 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.10 |
| HSL | 107.16º | 1% | 0.45% | - |
| HSV(B) | 107.16º | 1% | 0.9% | - |
| XYZ | 29.29 | 56.69 | 9.4 | - |
| YUV | 149.07 | 43.87 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 229 | 0 | 0.79 | 0 | 1 | 0.10 | 107.16 | 1 | 0.45 |
| Hex | 31 | E5 | 0 | 4F | 0 | 64 | A | 6B | 64 | 2D |
| Octal | 61 | 345 | 0 | 117 | 0 | 144 | 12 | 153 | 144 | 55 |
| Binary | 110001 | 11100101 | 0 | 1001111 | 0 | 1100100 | 1010 | 1101011 | 1100100 | 101101 |
Color Harmonies of #31E500
Complementary color
Monochromatic Colors of #31E500
Black with #31E500
Text Example
Text Example
White with #31E500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E500; }
p { color: rgb(49,229,0); }
H1.HeaderClassName
{
color: #31E500;
}
.AnyTagClassName
{
color: #31E500;
}
</style>
background-color css
<style>
a { background-color: #31E500; }
a { background-color: rgb(49,229,0); }
div.DivClassName
{
background-color: #31E500;
}
.BgClassName
{
background-color: #31E500;
}
</style>
border-color css
<style>
span { border-color: #31E500; }
span { border-color: rgb(49,229,0); }
td.TdClassName
{
border-color: #31E500;
}
.TagClassName
{
border-color: #31E500;
}
</style>