Shades of Harlequin #31FF28
Tints of Harlequin #31FF28
RGB
CMYK
RGB Variations
Color information
#31FF28 (or 0x31FF28) is known color: Harlequin. HEX triplet: 31, FF and 28. RGB value is (49,255,40). Sum of RGB (Red+Green+Blue) = 49+255+40=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF28 is #CE00D7. Grayscale: #A9A9A9. Windows color (decimal): -13500632 or 2686769. OLE color: 2686769.
HSL color Cylindrical-coordinate representation of color #31FF28: hue angle of 117.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31FF28 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 40 | - |
| CMYK | 0.81 | 0 | 0.84 | 0 |
| HSL | 117.49º | 1% | 0.58% | - |
| HSV(B) | 117.49º | 0.84% | 1% | - |
| XYZ | 37.41 | 72.33 | 14 | - |
| YUV | 168.9 | 55.25 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 40 | 0.81 | 0 | 0.84 | 0 | 117.49 | 1 | 0.58 |
| Hex | 31 | FF | 28 | 51 | 0 | 54 | 0 | 75 | 64 | 3A |
| Octal | 61 | 377 | 50 | 121 | 0 | 124 | 0 | 165 | 144 | 72 |
| Binary | 110001 | 11111111 | 101000 | 1010001 | 0 | 1010100 | 0 | 1110101 | 1100100 | 111010 |
Color Harmonies of #31FF28
Complementary color
Monochromatic Colors of #31FF28
Black with #31FF28
Text Example
Text Example
White with #31FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF28; }
p { color: rgb(49,255,40); }
H1.HeaderClassName
{
color: #31FF28;
}
.AnyTagClassName
{
color: #31FF28;
}
</style>
background-color css
<style>
a { background-color: #31FF28; }
a { background-color: rgb(49,255,40); }
div.DivClassName
{
background-color: #31FF28;
}
.BgClassName
{
background-color: #31FF28;
}
</style>
border-color css
<style>
span { border-color: #31FF28; }
span { border-color: rgb(49,255,40); }
td.TdClassName
{
border-color: #31FF28;
}
.TagClassName
{
border-color: #31FF28;
}
</style>