Shades of Harlequin #56FF2E
Tints of Harlequin #56FF2E
RGB
CMYK
RGB Variations
Color information
#56FF2E (or 0x56FF2E) is known color: Harlequin. HEX triplet: 56, FF and 2E. RGB value is (86,255,46). Sum of RGB (Red+Green+Blue) = 86+255+46=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 255 (100% from 255 or 65.89% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 255 - color contains mainly: green. Hex color #56FF2E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56FF2E is #A900D1. Grayscale: #B5B5B5. Windows color (decimal): -11075794 or 3080022. OLE color: 3080022.
HSL color Cylindrical-coordinate representation of color #56FF2E: hue angle of 108.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56FF2E is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 46 | - |
| CMYK | 0.66 | 0 | 0.82 | 0 |
| HSL | 108.52º | 1% | 0.59% | - |
| HSV(B) | 108.52º | 0.82% | 1% | - |
| XYZ | 40.09 | 73.7 | 14.7 | - |
| YUV | 180.64 | 52.01 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 46 | 0.66 | 0 | 0.82 | 0 | 108.52 | 1 | 0.59 |
| Hex | 56 | FF | 2E | 42 | 0 | 52 | 0 | 6D | 64 | 3B |
| Octal | 126 | 377 | 56 | 102 | 0 | 122 | 0 | 155 | 144 | 73 |
| Binary | 1010110 | 11111111 | 101110 | 1000010 | 0 | 1010010 | 0 | 1101101 | 1100100 | 111011 |
Color Harmonies of #56FF2E
Complementary color
Monochromatic Colors of #56FF2E
Black with #56FF2E
Text Example
Text Example
White with #56FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FF2E; }
p { color: rgb(86,255,46); }
H1.HeaderClassName
{
color: #56FF2E;
}
.AnyTagClassName
{
color: #56FF2E;
}
</style>
background-color css
<style>
a { background-color: #56FF2E; }
a { background-color: rgb(86,255,46); }
div.DivClassName
{
background-color: #56FF2E;
}
.BgClassName
{
background-color: #56FF2E;
}
</style>
border-color css
<style>
span { border-color: #56FF2E; }
span { border-color: rgb(86,255,46); }
td.TdClassName
{
border-color: #56FF2E;
}
.TagClassName
{
border-color: #56FF2E;
}
</style>