Shades of Harlequin #31FF27
Tints of Harlequin #31FF27
RGB
CMYK
RGB Variations
Color information
#31FF27 (or 0x31FF27) is known color: Harlequin. HEX triplet: 31, FF and 27. RGB value is (49,255,39). Sum of RGB (Red+Green+Blue) = 49+255+39=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 255 (100% from 255 or 74.34% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF27 is #CE00D8. Grayscale: #A9A9A9. Windows color (decimal): -13500633 or 2621233. OLE color: 2621233.
HSL color Cylindrical-coordinate representation of color #31FF27: hue angle of 117.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31FF27 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 39 | - |
| CMYK | 0.81 | 0 | 0.85 | 0 |
| HSL | 117.22º | 1% | 0.58% | - |
| HSV(B) | 117.22º | 0.85% | 1% | - |
| XYZ | 37.39 | 72.32 | 13.91 | - |
| YUV | 168.78 | 54.75 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 39 | 0.81 | 0 | 0.85 | 0 | 117.22 | 1 | 0.58 |
| Hex | 31 | FF | 27 | 51 | 0 | 55 | 0 | 75 | 64 | 3A |
| Octal | 61 | 377 | 47 | 121 | 0 | 125 | 0 | 165 | 144 | 72 |
| Binary | 110001 | 11111111 | 100111 | 1010001 | 0 | 1010101 | 0 | 1110101 | 1100100 | 111010 |
Color Harmonies of #31FF27
Complementary color
Monochromatic Colors of #31FF27
Black with #31FF27
Text Example
Text Example
White with #31FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF27; }
p { color: rgb(49,255,39); }
H1.HeaderClassName
{
color: #31FF27;
}
.AnyTagClassName
{
color: #31FF27;
}
</style>
background-color css
<style>
a { background-color: #31FF27; }
a { background-color: rgb(49,255,39); }
div.DivClassName
{
background-color: #31FF27;
}
.BgClassName
{
background-color: #31FF27;
}
</style>
border-color css
<style>
span { border-color: #31FF27; }
span { border-color: rgb(49,255,39); }
td.TdClassName
{
border-color: #31FF27;
}
.TagClassName
{
border-color: #31FF27;
}
</style>