Shades of Harlequin #31FF1C
Tints of Harlequin #31FF1C
RGB
CMYK
RGB Variations
Color information
#31FF1C (or 0x31FF1C) is known color: Harlequin. HEX triplet: 31, FF and 1C. RGB value is (49,255,28). Sum of RGB (Red+Green+Blue) = 49+255+28=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF1C is #CE00E3. Grayscale: #A8A8A8. Windows color (decimal): -13500644 or 1900337. OLE color: 1900337.
HSL color Cylindrical-coordinate representation of color #31FF1C: hue angle of 114.45º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31FF1C is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 28 | - |
| CMYK | 0.81 | 0 | 0.89 | 0 |
| HSL | 114.45º | 1% | 0.55% | - |
| HSV(B) | 114.45º | 0.89% | 1% | - |
| XYZ | 37.24 | 72.26 | 13.08 | - |
| YUV | 167.53 | 49.25 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 28 | 0.81 | 0 | 0.89 | 0 | 114.45 | 1 | 0.55 |
| Hex | 31 | FF | 1C | 51 | 0 | 59 | 0 | 72 | 64 | 37 |
| Octal | 61 | 377 | 34 | 121 | 0 | 131 | 0 | 162 | 144 | 67 |
| Binary | 110001 | 11111111 | 11100 | 1010001 | 0 | 1011001 | 0 | 1110010 | 1100100 | 110111 |
Color Harmonies of #31FF1C
Complementary color
Monochromatic Colors of #31FF1C
Black with #31FF1C
Text Example
Text Example
White with #31FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF1C; }
p { color: rgb(49,255,28); }
H1.HeaderClassName
{
color: #31FF1C;
}
.AnyTagClassName
{
color: #31FF1C;
}
</style>
background-color css
<style>
a { background-color: #31FF1C; }
a { background-color: rgb(49,255,28); }
div.DivClassName
{
background-color: #31FF1C;
}
.BgClassName
{
background-color: #31FF1C;
}
</style>
border-color css
<style>
span { border-color: #31FF1C; }
span { border-color: rgb(49,255,28); }
td.TdClassName
{
border-color: #31FF1C;
}
.TagClassName
{
border-color: #31FF1C;
}
</style>