Shades of Harlequin #31F91C
Tints of Harlequin #31F91C
RGB
CMYK
RGB Variations
Color information
#31F91C (or 0x31F91C) is known color: Harlequin. HEX triplet: 31, F9 and 1C. RGB value is (49,249,28). Sum of RGB (Red+Green+Blue) = 49+249+28=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 249 (97.66% from 255 or 76.38% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 249 - color contains mainly: green. Hex color #31F91C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F91C is #CE06E3. Grayscale: #A4A4A4. Windows color (decimal): -13502180 or 1898801. OLE color: 1898801.
HSL color Cylindrical-coordinate representation of color #31F91C: hue angle of 114.3º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31F91C is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 28 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.02 |
| HSL | 114.3º | 0.95% | 0.54% | - |
| HSV(B) | 114.3º | 0.89% | 0.98% | - |
| XYZ | 35.35 | 68.49 | 12.45 | - |
| YUV | 164.01 | 51.24 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 28 | 0.80 | 0 | 0.89 | 0.02 | 114.3 | 0.95 | 0.54 |
| Hex | 31 | F9 | 1C | 50 | 0 | 59 | 2 | 72 | 5F | 36 |
| Octal | 61 | 371 | 34 | 120 | 0 | 131 | 2 | 162 | 137 | 66 |
| Binary | 110001 | 11111001 | 11100 | 1010000 | 0 | 1011001 | 10 | 1110010 | 1011111 | 110110 |
Color Harmonies of #31F91C
Complementary color
Monochromatic Colors of #31F91C
Black with #31F91C
Text Example
Text Example
White with #31F91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F91C; }
p { color: rgb(49,249,28); }
H1.HeaderClassName
{
color: #31F91C;
}
.AnyTagClassName
{
color: #31F91C;
}
</style>
background-color css
<style>
a { background-color: #31F91C; }
a { background-color: rgb(49,249,28); }
div.DivClassName
{
background-color: #31F91C;
}
.BgClassName
{
background-color: #31F91C;
}
</style>
border-color css
<style>
span { border-color: #31F91C; }
span { border-color: rgb(49,249,28); }
td.TdClassName
{
border-color: #31F91C;
}
.TagClassName
{
border-color: #31F91C;
}
</style>