Shades of Harlequin #31FB04
Tints of Harlequin #31FB04
RGB
CMYK
RGB Variations
Color information
#31FB04 (or 0x31FB04) is known color: Harlequin. HEX triplet: 31, FB and 04. RGB value is (49,251,4). Sum of RGB (Red+Green+Blue) = 49+251+4=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 251 (98.44% from 255 or 82.57% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 251 - color contains mainly: green. Hex color #31FB04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FB04 is #CE04FB. Grayscale: #A3A3A3. Windows color (decimal): -13501692 or 326449. OLE color: 326449.
HSL color Cylindrical-coordinate representation of color #31FB04: hue angle of 109.07º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31FB04 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 4 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.02 |
| HSL | 109.07º | 0.97% | 0.5% | - |
| HSV(B) | 109.07º | 0.98% | 0.98% | - |
| XYZ | 35.79 | 69.66 | 11.67 | - |
| YUV | 162.44 | 38.58 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 4 | 0.80 | 0 | 0.98 | 0.02 | 109.07 | 0.97 | 0.5 |
| Hex | 31 | FB | 4 | 50 | 0 | 62 | 2 | 6D | 61 | 32 |
| Octal | 61 | 373 | 4 | 120 | 0 | 142 | 2 | 155 | 141 | 62 |
| Binary | 110001 | 11111011 | 100 | 1010000 | 0 | 1100010 | 10 | 1101101 | 1100001 | 110010 |
Color Harmonies of #31FB04
Complementary color
Monochromatic Colors of #31FB04
Black with #31FB04
Text Example
Text Example
White with #31FB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FB04; }
p { color: rgb(49,251,4); }
H1.HeaderClassName
{
color: #31FB04;
}
.AnyTagClassName
{
color: #31FB04;
}
</style>
background-color css
<style>
a { background-color: #31FB04; }
a { background-color: rgb(49,251,4); }
div.DivClassName
{
background-color: #31FB04;
}
.BgClassName
{
background-color: #31FB04;
}
</style>
border-color css
<style>
span { border-color: #31FB04; }
span { border-color: rgb(49,251,4); }
td.TdClassName
{
border-color: #31FB04;
}
.TagClassName
{
border-color: #31FB04;
}
</style>