Shades of Harlequin #56FB31
Tints of Harlequin #56FB31
RGB
CMYK
RGB Variations
Color information
#56FB31 (or 0x56FB31) is known color: Harlequin. HEX triplet: 56, FB and 31. RGB value is (86,251,49). Sum of RGB (Red+Green+Blue) = 86+251+49=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 251 (98.44% from 255 or 65.03% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 251 - color contains mainly: green. Hex color #56FB31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56FB31 is #A904CE. Grayscale: #B3B3B3. Windows color (decimal): -11076815 or 3275606. OLE color: 3275606.
HSL color Cylindrical-coordinate representation of color #56FB31: hue angle of 109.01º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56FB31 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 251 | 49 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.02 |
| HSL | 109.01º | 0.96% | 0.59% | - |
| HSV(B) | 109.01º | 0.8% | 0.98% | - |
| XYZ | 38.89 | 71.19 | 14.6 | - |
| YUV | 178.64 | 54.84 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 251 | 49 | 0.66 | 0 | 0.80 | 0.02 | 109.01 | 0.96 | 0.59 |
| Hex | 56 | FB | 31 | 42 | 0 | 50 | 2 | 6D | 60 | 3B |
| Octal | 126 | 373 | 61 | 102 | 0 | 120 | 2 | 155 | 140 | 73 |
| Binary | 1010110 | 11111011 | 110001 | 1000010 | 0 | 1010000 | 10 | 1101101 | 1100000 | 111011 |
Color Harmonies of #56FB31
Complementary color
Monochromatic Colors of #56FB31
Black with #56FB31
Text Example
Text Example
White with #56FB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FB31; }
p { color: rgb(86,251,49); }
H1.HeaderClassName
{
color: #56FB31;
}
.AnyTagClassName
{
color: #56FB31;
}
</style>
background-color css
<style>
a { background-color: #56FB31; }
a { background-color: rgb(86,251,49); }
div.DivClassName
{
background-color: #56FB31;
}
.BgClassName
{
background-color: #56FB31;
}
</style>
border-color css
<style>
span { border-color: #56FB31; }
span { border-color: rgb(86,251,49); }
td.TdClassName
{
border-color: #56FB31;
}
.TagClassName
{
border-color: #56FB31;
}
</style>