Shades of Harlequin #31F515
Tints of Harlequin #31F515
RGB
CMYK
RGB Variations
Color information
#31F515 (or 0x31F515) is known color: Harlequin. HEX triplet: 31, F5 and 15. RGB value is (49,245,21). Sum of RGB (Red+Green+Blue) = 49+245+21=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 245 (96.09% from 255 or 77.78% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 245 - color contains mainly: green. Hex color #31F515 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31F515 is #CE0AEA. Grayscale: #A1A1A1. Windows color (decimal): -13503211 or 1439025. OLE color: 1439025.
HSL color Cylindrical-coordinate representation of color #31F515: hue angle of 112.5º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31F515 is Cyan = 0.8, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 245 | 21 | - |
| CMYK | 0.8 | 0 | 0.91 | 0.04 |
| HSL | 112.5º | 0.92% | 0.52% | - |
| HSV(B) | 112.5º | 0.91% | 0.96% | - |
| XYZ | 34.05 | 66.01 | 11.66 | - |
| YUV | 160.86 | 49.07 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 245 | 21 | 0.8 | 0 | 0.91 | 0.04 | 112.5 | 0.92 | 0.52 |
| Hex | 31 | F5 | 15 | 50 | 0 | 5B | 4 | 70 | 5C | 34 |
| Octal | 61 | 365 | 25 | 120 | 0 | 133 | 4 | 160 | 134 | 64 |
| Binary | 110001 | 11110101 | 10101 | 1010000 | 0 | 1011011 | 100 | 1110000 | 1011100 | 110100 |
Color Harmonies of #31F515
Complementary color
Monochromatic Colors of #31F515
Black with #31F515
Text Example
Text Example
White with #31F515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F515; }
p { color: rgb(49,245,21); }
H1.HeaderClassName
{
color: #31F515;
}
.AnyTagClassName
{
color: #31F515;
}
</style>
background-color css
<style>
a { background-color: #31F515; }
a { background-color: rgb(49,245,21); }
div.DivClassName
{
background-color: #31F515;
}
.BgClassName
{
background-color: #31F515;
}
</style>
border-color css
<style>
span { border-color: #31F515; }
span { border-color: rgb(49,245,21); }
td.TdClassName
{
border-color: #31F515;
}
.TagClassName
{
border-color: #31F515;
}
</style>