Shades of Harlequin #31FA12
Tints of Harlequin #31FA12
RGB
CMYK
RGB Variations
Color information
#31FA12 (or 0x31FA12) is known color: Harlequin. HEX triplet: 31, FA and 12. RGB value is (49,250,18). Sum of RGB (Red+Green+Blue) = 49+250+18=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 250 (98.05% from 255 or 78.86% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31FA12 is #CE05ED. Grayscale: #A4A4A4. Windows color (decimal): -13501934 or 1243697. OLE color: 1243697.
HSL color Cylindrical-coordinate representation of color #31FA12: hue angle of 111.98º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31FA12 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 18 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.02 |
| HSL | 111.98º | 0.96% | 0.53% | - |
| HSV(B) | 111.98º | 0.93% | 0.98% | - |
| XYZ | 35.56 | 69.07 | 12.03 | - |
| YUV | 163.45 | 45.91 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 18 | 0.80 | 0 | 0.93 | 0.02 | 111.98 | 0.96 | 0.53 |
| Hex | 31 | FA | 12 | 50 | 0 | 5D | 2 | 70 | 60 | 35 |
| Octal | 61 | 372 | 22 | 120 | 0 | 135 | 2 | 160 | 140 | 65 |
| Binary | 110001 | 11111010 | 10010 | 1010000 | 0 | 1011101 | 10 | 1110000 | 1100000 | 110101 |
Color Harmonies of #31FA12
Complementary color
Monochromatic Colors of #31FA12
Black with #31FA12
Text Example
Text Example
White with #31FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA12; }
p { color: rgb(49,250,18); }
H1.HeaderClassName
{
color: #31FA12;
}
.AnyTagClassName
{
color: #31FA12;
}
</style>
background-color css
<style>
a { background-color: #31FA12; }
a { background-color: rgb(49,250,18); }
div.DivClassName
{
background-color: #31FA12;
}
.BgClassName
{
background-color: #31FA12;
}
</style>
border-color css
<style>
span { border-color: #31FA12; }
span { border-color: rgb(49,250,18); }
td.TdClassName
{
border-color: #31FA12;
}
.TagClassName
{
border-color: #31FA12;
}
</style>