Shades of Harlequin #31DC03
Tints of Harlequin #31DC03
RGB
CMYK
RGB Variations
Color information
#31DC03 (or 0x31DC03) is known color: Harlequin. HEX triplet: 31, DC and 03. RGB value is (49,220,3). Sum of RGB (Red+Green+Blue) = 49+220+3=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 220 (86.33% from 255 or 80.88% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DC03 is #CE23FC. Grayscale: #909090. Windows color (decimal): -13509629 or 252977. OLE color: 252977.
HSL color Cylindrical-coordinate representation of color #31DC03: hue angle of 107.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31DC03 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.14 |
| HSL | 107.28º | 0.97% | 0.44% | - |
| HSV(B) | 107.28º | 0.99% | 0.86% | - |
| XYZ | 26.88 | 51.85 | 8.68 | - |
| YUV | 144.13 | 48.35 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 3 | 0.78 | 0 | 0.99 | 0.14 | 107.28 | 0.97 | 0.44 |
| Hex | 31 | DC | 3 | 4E | 0 | 63 | E | 6B | 61 | 2C |
| Octal | 61 | 334 | 3 | 116 | 0 | 143 | 16 | 153 | 141 | 54 |
| Binary | 110001 | 11011100 | 11 | 1001110 | 0 | 1100011 | 1110 | 1101011 | 1100001 | 101100 |
Color Harmonies of #31DC03
Complementary color
Monochromatic Colors of #31DC03
Black with #31DC03
Text Example
Text Example
White with #31DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC03; }
p { color: rgb(49,220,3); }
H1.HeaderClassName
{
color: #31DC03;
}
.AnyTagClassName
{
color: #31DC03;
}
</style>
background-color css
<style>
a { background-color: #31DC03; }
a { background-color: rgb(49,220,3); }
div.DivClassName
{
background-color: #31DC03;
}
.BgClassName
{
background-color: #31DC03;
}
</style>
border-color css
<style>
span { border-color: #31DC03; }
span { border-color: rgb(49,220,3); }
td.TdClassName
{
border-color: #31DC03;
}
.TagClassName
{
border-color: #31DC03;
}
</style>