Shades of Harlequin #56FE30
Tints of Harlequin #56FE30
RGB
CMYK
RGB Variations
Color information
#56FE30 (or 0x56FE30) is known color: Harlequin. HEX triplet: 56, FE and 30. RGB value is (86,254,48). Sum of RGB (Red+Green+Blue) = 86+254+48=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 254 (99.61% from 255 or 65.46% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 254 - color contains mainly: green. Hex color #56FE30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56FE30 is #A901CF. Grayscale: #B4B4B4. Windows color (decimal): -11076048 or 3210838. OLE color: 3210838.
HSL color Cylindrical-coordinate representation of color #56FE30: hue angle of 108.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56FE30 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 254 | 48 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.00 |
| HSL | 108.93º | 0.99% | 0.59% | - |
| HSV(B) | 108.93º | 0.81% | 1% | - |
| XYZ | 39.81 | 73.08 | 14.8 | - |
| YUV | 180.28 | 53.34 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 254 | 48 | 0.66 | 0 | 0.81 | 0.00 | 108.93 | 0.99 | 0.59 |
| Hex | 56 | FE | 30 | 42 | 0 | 51 | 0 | 6D | 63 | 3B |
| Octal | 126 | 376 | 60 | 102 | 0 | 121 | 0 | 155 | 143 | 73 |
| Binary | 1010110 | 11111110 | 110000 | 1000010 | 0 | 1010001 | 0 | 1101101 | 1100011 | 111011 |
Color Harmonies of #56FE30
Complementary color
Monochromatic Colors of #56FE30
Black with #56FE30
Text Example
Text Example
White with #56FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FE30; }
p { color: rgb(86,254,48); }
H1.HeaderClassName
{
color: #56FE30;
}
.AnyTagClassName
{
color: #56FE30;
}
</style>
background-color css
<style>
a { background-color: #56FE30; }
a { background-color: rgb(86,254,48); }
div.DivClassName
{
background-color: #56FE30;
}
.BgClassName
{
background-color: #56FE30;
}
</style>
border-color css
<style>
span { border-color: #56FE30; }
span { border-color: rgb(86,254,48); }
td.TdClassName
{
border-color: #56FE30;
}
.TagClassName
{
border-color: #56FE30;
}
</style>