Shades of Harlequin #31F51D
Tints of Harlequin #31F51D
RGB
CMYK
RGB Variations
Color information
#31F51D (or 0x31F51D) is known color: Harlequin. HEX triplet: 31, F5 and 1D. RGB value is (49,245,29). Sum of RGB (Red+Green+Blue) = 49+245+29=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 245 (96.09% from 255 or 75.85% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 245 - color contains mainly: green. Hex color #31F51D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F51D is #CE0AE2. Grayscale: #A2A2A2. Windows color (decimal): -13503203 or 1963313. OLE color: 1963313.
HSL color Cylindrical-coordinate representation of color #31F51D: hue angle of 114.44º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31F51D is Cyan = 0.8, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 245 | 29 | - |
| CMYK | 0.8 | 0 | 0.88 | 0.04 |
| HSL | 114.44º | 0.92% | 0.54% | - |
| HSV(B) | 114.44º | 0.88% | 0.96% | - |
| XYZ | 34.14 | 66.05 | 12.11 | - |
| YUV | 161.77 | 53.07 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 245 | 29 | 0.8 | 0 | 0.88 | 0.04 | 114.44 | 0.92 | 0.54 |
| Hex | 31 | F5 | 1D | 50 | 0 | 58 | 4 | 72 | 5C | 36 |
| Octal | 61 | 365 | 35 | 120 | 0 | 130 | 4 | 162 | 134 | 66 |
| Binary | 110001 | 11110101 | 11101 | 1010000 | 0 | 1011000 | 100 | 1110010 | 1011100 | 110110 |
Color Harmonies of #31F51D
Complementary color
Monochromatic Colors of #31F51D
Black with #31F51D
Text Example
Text Example
White with #31F51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F51D; }
p { color: rgb(49,245,29); }
H1.HeaderClassName
{
color: #31F51D;
}
.AnyTagClassName
{
color: #31F51D;
}
</style>
background-color css
<style>
a { background-color: #31F51D; }
a { background-color: rgb(49,245,29); }
div.DivClassName
{
background-color: #31F51D;
}
.BgClassName
{
background-color: #31F51D;
}
</style>
border-color css
<style>
span { border-color: #31F51D; }
span { border-color: rgb(49,245,29); }
td.TdClassName
{
border-color: #31F51D;
}
.TagClassName
{
border-color: #31F51D;
}
</style>