Shades of Harlequin #56FF2C
Tints of Harlequin #56FF2C
RGB
CMYK
RGB Variations
Color information
#56FF2C (or 0x56FF2C) is known color: Harlequin. HEX triplet: 56, FF and 2C. RGB value is (86,255,44). Sum of RGB (Red+Green+Blue) = 86+255+44=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #56FF2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56FF2C is #A900D3. Grayscale: #B5B5B5. Windows color (decimal): -11075796 or 2948950. OLE color: 2948950.
HSL color Cylindrical-coordinate representation of color #56FF2C: hue angle of 108.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56FF2C is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 44 | - |
| CMYK | 0.66 | 0 | 0.83 | 0 |
| HSL | 108.06º | 1% | 0.59% | - |
| HSV(B) | 108.06º | 0.83% | 1% | - |
| XYZ | 40.05 | 73.68 | 14.49 | - |
| YUV | 180.42 | 51.01 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 44 | 0.66 | 0 | 0.83 | 0 | 108.06 | 1 | 0.59 |
| Hex | 56 | FF | 2C | 42 | 0 | 53 | 0 | 6C | 64 | 3B |
| Octal | 126 | 377 | 54 | 102 | 0 | 123 | 0 | 154 | 144 | 73 |
| Binary | 1010110 | 11111111 | 101100 | 1000010 | 0 | 1010011 | 0 | 1101100 | 1100100 | 111011 |
Color Harmonies of #56FF2C
Complementary color
Monochromatic Colors of #56FF2C
Black with #56FF2C
Text Example
Text Example
White with #56FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FF2C; }
p { color: rgb(86,255,44); }
H1.HeaderClassName
{
color: #56FF2C;
}
.AnyTagClassName
{
color: #56FF2C;
}
</style>
background-color css
<style>
a { background-color: #56FF2C; }
a { background-color: rgb(86,255,44); }
div.DivClassName
{
background-color: #56FF2C;
}
.BgClassName
{
background-color: #56FF2C;
}
</style>
border-color css
<style>
span { border-color: #56FF2C; }
span { border-color: rgb(86,255,44); }
td.TdClassName
{
border-color: #56FF2C;
}
.TagClassName
{
border-color: #56FF2C;
}
</style>