Shades of Harlequin #31E003
Tints of Harlequin #31E003
RGB
CMYK
RGB Variations
Color information
#31E003 (or 0x31E003) is known color: Harlequin. HEX triplet: 31, E0 and 03. RGB value is (49,224,3). Sum of RGB (Red+Green+Blue) = 49+224+3=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 224 (87.89% from 255 or 81.16% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 224 - color contains mainly: green. Hex color #31E003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31E003 is #CE1FFC. Grayscale: #939393. Windows color (decimal): -13508605 or 254001. OLE color: 254001.
HSL color Cylindrical-coordinate representation of color #31E003: hue angle of 107.51º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31E003 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 224 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.12 |
| HSL | 107.51º | 0.97% | 0.45% | - |
| HSV(B) | 107.51º | 0.99% | 0.88% | - |
| XYZ | 27.94 | 53.97 | 9.03 | - |
| YUV | 146.48 | 47.02 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 3 | 0.78 | 0 | 0.99 | 0.12 | 107.51 | 0.97 | 0.45 |
| Hex | 31 | E0 | 3 | 4E | 0 | 63 | C | 6C | 61 | 2D |
| Octal | 61 | 340 | 3 | 116 | 0 | 143 | 14 | 154 | 141 | 55 |
| Binary | 110001 | 11100000 | 11 | 1001110 | 0 | 1100011 | 1100 | 1101100 | 1100001 | 101101 |
Color Harmonies of #31E003
Complementary color
Monochromatic Colors of #31E003
Black with #31E003
Text Example
Text Example
White with #31E003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E003; }
p { color: rgb(49,224,3); }
H1.HeaderClassName
{
color: #31E003;
}
.AnyTagClassName
{
color: #31E003;
}
</style>
background-color css
<style>
a { background-color: #31E003; }
a { background-color: rgb(49,224,3); }
div.DivClassName
{
background-color: #31E003;
}
.BgClassName
{
background-color: #31E003;
}
</style>
border-color css
<style>
span { border-color: #31E003; }
span { border-color: rgb(49,224,3); }
td.TdClassName
{
border-color: #31E003;
}
.TagClassName
{
border-color: #31E003;
}
</style>