Shades of Harlequin #56FF2D
Tints of Harlequin #56FF2D
RGB
CMYK
RGB Variations
Color information
#56FF2D (or 0x56FF2D) is known color: Harlequin. HEX triplet: 56, FF and 2D. RGB value is (86,255,45). Sum of RGB (Red+Green+Blue) = 86+255+45=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #56FF2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56FF2D is #A900D2. Grayscale: #B5B5B5. Windows color (decimal): -11075795 or 3014486. OLE color: 3014486.
HSL color Cylindrical-coordinate representation of color #56FF2D: hue angle of 108.29º 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 #56FF2D is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 45 | - |
| CMYK | 0.66 | 0 | 0.82 | 0 |
| HSL | 108.29º | 1% | 0.59% | - |
| HSV(B) | 108.29º | 0.82% | 1% | - |
| XYZ | 40.07 | 73.69 | 14.59 | - |
| YUV | 180.53 | 51.51 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 45 | 0.66 | 0 | 0.82 | 0 | 108.29 | 1 | 0.59 |
| Hex | 56 | FF | 2D | 42 | 0 | 52 | 0 | 6C | 64 | 3B |
| Octal | 126 | 377 | 55 | 102 | 0 | 122 | 0 | 154 | 144 | 73 |
| Binary | 1010110 | 11111111 | 101101 | 1000010 | 0 | 1010010 | 0 | 1101100 | 1100100 | 111011 |
Color Harmonies of #56FF2D
Complementary color
Monochromatic Colors of #56FF2D
Black with #56FF2D
Text Example
Text Example
White with #56FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FF2D; }
p { color: rgb(86,255,45); }
H1.HeaderClassName
{
color: #56FF2D;
}
.AnyTagClassName
{
color: #56FF2D;
}
</style>
background-color css
<style>
a { background-color: #56FF2D; }
a { background-color: rgb(86,255,45); }
div.DivClassName
{
background-color: #56FF2D;
}
.BgClassName
{
background-color: #56FF2D;
}
</style>
border-color css
<style>
span { border-color: #56FF2D; }
span { border-color: rgb(86,255,45); }
td.TdClassName
{
border-color: #56FF2D;
}
.TagClassName
{
border-color: #56FF2D;
}
</style>