Shades of Harlequin #56FC2D
Tints of Harlequin #56FC2D
RGB
CMYK
RGB Variations
Color information
#56FC2D (or 0x56FC2D) is known color: Harlequin. HEX triplet: 56, FC and 2D. RGB value is (86,252,45). Sum of RGB (Red+Green+Blue) = 86+252+45=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 252 (98.83% from 255 or 65.80% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 252 - color contains mainly: green. Hex color #56FC2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56FC2D is #A903D2. Grayscale: #B3B3B3. Windows color (decimal): -11076563 or 3013718. OLE color: 3013718.
HSL color Cylindrical-coordinate representation of color #56FC2D: hue angle of 108.12º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56FC2D is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 252 | 45 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.01 |
| HSL | 108.12º | 0.97% | 0.58% | - |
| HSV(B) | 108.12º | 0.82% | 0.99% | - |
| XYZ | 39.12 | 71.79 | 14.28 | - |
| YUV | 178.77 | 52.5 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 252 | 45 | 0.66 | 0 | 0.82 | 0.01 | 108.12 | 0.97 | 0.58 |
| Hex | 56 | FC | 2D | 42 | 0 | 52 | 1 | 6C | 61 | 3A |
| Octal | 126 | 374 | 55 | 102 | 0 | 122 | 1 | 154 | 141 | 72 |
| Binary | 1010110 | 11111100 | 101101 | 1000010 | 0 | 1010010 | 1 | 1101100 | 1100001 | 111010 |
Color Harmonies of #56FC2D
Complementary color
Monochromatic Colors of #56FC2D
Black with #56FC2D
Text Example
Text Example
White with #56FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FC2D; }
p { color: rgb(86,252,45); }
H1.HeaderClassName
{
color: #56FC2D;
}
.AnyTagClassName
{
color: #56FC2D;
}
</style>
background-color css
<style>
a { background-color: #56FC2D; }
a { background-color: rgb(86,252,45); }
div.DivClassName
{
background-color: #56FC2D;
}
.BgClassName
{
background-color: #56FC2D;
}
</style>
border-color css
<style>
span { border-color: #56FC2D; }
span { border-color: rgb(86,252,45); }
td.TdClassName
{
border-color: #56FC2D;
}
.TagClassName
{
border-color: #56FC2D;
}
</style>