Shades of Harlequin #31FD04
Tints of Harlequin #31FD04
RGB
CMYK
RGB Variations
Color information
#31FD04 (or 0x31FD04) is known color: Harlequin. HEX triplet: 31, FD and 04. RGB value is (49,253,4). Sum of RGB (Red+Green+Blue) = 49+253+4=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 253 (99.22% from 255 or 82.68% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 253 - color contains mainly: green. Hex color #31FD04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FD04 is #CE02FB. Grayscale: #A4A4A4. Windows color (decimal): -13501180 or 326961. OLE color: 326961.
HSL color Cylindrical-coordinate representation of color #31FD04: hue angle of 109.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31FD04 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 4 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.01 |
| HSL | 109.16º | 0.98% | 0.5% | - |
| HSV(B) | 109.16º | 0.98% | 0.99% | - |
| XYZ | 36.41 | 70.91 | 11.88 | - |
| YUV | 163.62 | 37.91 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 4 | 0.81 | 0 | 0.98 | 0.01 | 109.16 | 0.98 | 0.5 |
| Hex | 31 | FD | 4 | 51 | 0 | 62 | 1 | 6D | 62 | 32 |
| Octal | 61 | 375 | 4 | 121 | 0 | 142 | 1 | 155 | 142 | 62 |
| Binary | 110001 | 11111101 | 100 | 1010001 | 0 | 1100010 | 1 | 1101101 | 1100010 | 110010 |
Color Harmonies of #31FD04
Complementary color
Monochromatic Colors of #31FD04
Black with #31FD04
Text Example
Text Example
White with #31FD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FD04; }
p { color: rgb(49,253,4); }
H1.HeaderClassName
{
color: #31FD04;
}
.AnyTagClassName
{
color: #31FD04;
}
</style>
background-color css
<style>
a { background-color: #31FD04; }
a { background-color: rgb(49,253,4); }
div.DivClassName
{
background-color: #31FD04;
}
.BgClassName
{
background-color: #31FD04;
}
</style>
border-color css
<style>
span { border-color: #31FD04; }
span { border-color: rgb(49,253,4); }
td.TdClassName
{
border-color: #31FD04;
}
.TagClassName
{
border-color: #31FD04;
}
</style>