Shades of Harlequin #56FF2F
Tints of Harlequin #56FF2F
RGB
CMYK
RGB Variations
Color information
#56FF2F (or 0x56FF2F) is known color: Harlequin. HEX triplet: 56, FF and 2F. RGB value is (86,255,47). Sum of RGB (Red+Green+Blue) = 86+255+47=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #56FF2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56FF2F is #A900D0. Grayscale: #B5B5B5. Windows color (decimal): -11075793 or 3145558. OLE color: 3145558.
HSL color Cylindrical-coordinate representation of color #56FF2F: hue angle of 108.75º 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 #56FF2F is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 47 | - |
| CMYK | 0.66 | 0 | 0.82 | 0 |
| HSL | 108.75º | 1% | 0.59% | - |
| HSV(B) | 108.75º | 0.82% | 1% | - |
| XYZ | 40.11 | 73.7 | 14.8 | - |
| YUV | 180.76 | 52.51 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 47 | 0.66 | 0 | 0.82 | 0 | 108.75 | 1 | 0.59 |
| Hex | 56 | FF | 2F | 42 | 0 | 52 | 0 | 6D | 64 | 3B |
| Octal | 126 | 377 | 57 | 102 | 0 | 122 | 0 | 155 | 144 | 73 |
| Binary | 1010110 | 11111111 | 101111 | 1000010 | 0 | 1010010 | 0 | 1101101 | 1100100 | 111011 |
Color Harmonies of #56FF2F
Complementary color
Monochromatic Colors of #56FF2F
Black with #56FF2F
Text Example
Text Example
White with #56FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FF2F; }
p { color: rgb(86,255,47); }
H1.HeaderClassName
{
color: #56FF2F;
}
.AnyTagClassName
{
color: #56FF2F;
}
</style>
background-color css
<style>
a { background-color: #56FF2F; }
a { background-color: rgb(86,255,47); }
div.DivClassName
{
background-color: #56FF2F;
}
.BgClassName
{
background-color: #56FF2F;
}
</style>
border-color css
<style>
span { border-color: #56FF2F; }
span { border-color: rgb(86,255,47); }
td.TdClassName
{
border-color: #56FF2F;
}
.TagClassName
{
border-color: #56FF2F;
}
</style>