Shades of Harlequin #31F71D
Tints of Harlequin #31F71D
RGB
CMYK
RGB Variations
Color information
#31F71D (or 0x31F71D) is known color: Harlequin. HEX triplet: 31, F7 and 1D. RGB value is (49,247,29). Sum of RGB (Red+Green+Blue) = 49+247+29=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 247 (96.88% from 255 or 76% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 247 - color contains mainly: green. Hex color #31F71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F71D is #CE08E2. Grayscale: #A3A3A3. Windows color (decimal): -13502691 or 1963825. OLE color: 1963825.
HSL color Cylindrical-coordinate representation of color #31F71D: hue angle of 114.5º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31F71D is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 247 | 29 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.03 |
| HSL | 114.5º | 0.93% | 0.54% | - |
| HSV(B) | 114.5º | 0.88% | 0.97% | - |
| XYZ | 34.75 | 67.26 | 12.31 | - |
| YUV | 162.95 | 52.4 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 247 | 29 | 0.80 | 0 | 0.88 | 0.03 | 114.5 | 0.93 | 0.54 |
| Hex | 31 | F7 | 1D | 50 | 0 | 58 | 3 | 72 | 5D | 36 |
| Octal | 61 | 367 | 35 | 120 | 0 | 130 | 3 | 162 | 135 | 66 |
| Binary | 110001 | 11110111 | 11101 | 1010000 | 0 | 1011000 | 11 | 1110010 | 1011101 | 110110 |
Color Harmonies of #31F71D
Complementary color
Monochromatic Colors of #31F71D
Black with #31F71D
Text Example
Text Example
White with #31F71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F71D; }
p { color: rgb(49,247,29); }
H1.HeaderClassName
{
color: #31F71D;
}
.AnyTagClassName
{
color: #31F71D;
}
</style>
background-color css
<style>
a { background-color: #31F71D; }
a { background-color: rgb(49,247,29); }
div.DivClassName
{
background-color: #31F71D;
}
.BgClassName
{
background-color: #31F71D;
}
</style>
border-color css
<style>
span { border-color: #31F71D; }
span { border-color: rgb(49,247,29); }
td.TdClassName
{
border-color: #31F71D;
}
.TagClassName
{
border-color: #31F71D;
}
</style>