Shades of Harlequin #31F11C
Tints of Harlequin #31F11C
RGB
CMYK
RGB Variations
Color information
#31F11C (or 0x31F11C) is known color: Harlequin. HEX triplet: 31, F1 and 1C. RGB value is (49,241,28). Sum of RGB (Red+Green+Blue) = 49+241+28=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 241 (94.53% from 255 or 75.79% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 241 - color contains mainly: green. Hex color #31F11C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F11C is #CE0EE3. Grayscale: #9F9F9F. Windows color (decimal): -13504228 or 1896753. OLE color: 1896753.
HSL color Cylindrical-coordinate representation of color #31F11C: hue angle of 114.08º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31F11C is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 28 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.05 |
| HSL | 114.08º | 0.88% | 0.53% | - |
| HSV(B) | 114.08º | 0.88% | 0.95% | - |
| XYZ | 32.93 | 63.65 | 11.65 | - |
| YUV | 159.31 | 53.89 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 28 | 0.80 | 0 | 0.88 | 0.05 | 114.08 | 0.88 | 0.53 |
| Hex | 31 | F1 | 1C | 50 | 0 | 58 | 5 | 72 | 58 | 35 |
| Octal | 61 | 361 | 34 | 120 | 0 | 130 | 5 | 162 | 130 | 65 |
| Binary | 110001 | 11110001 | 11100 | 1010000 | 0 | 1011000 | 101 | 1110010 | 1011000 | 110101 |
Color Harmonies of #31F11C
Complementary color
Monochromatic Colors of #31F11C
Black with #31F11C
Text Example
Text Example
White with #31F11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F11C; }
p { color: rgb(49,241,28); }
H1.HeaderClassName
{
color: #31F11C;
}
.AnyTagClassName
{
color: #31F11C;
}
</style>
background-color css
<style>
a { background-color: #31F11C; }
a { background-color: rgb(49,241,28); }
div.DivClassName
{
background-color: #31F11C;
}
.BgClassName
{
background-color: #31F11C;
}
</style>
border-color css
<style>
span { border-color: #31F11C; }
span { border-color: rgb(49,241,28); }
td.TdClassName
{
border-color: #31F11C;
}
.TagClassName
{
border-color: #31F11C;
}
</style>