Shades of Emerald #56F291
Tints of Emerald #56F291
RGB
CMYK
RGB Variations
Color information
#56F291 (or 0x56F291) is known color: Emerald. HEX triplet: 56, F2 and 91. RGB value is (86,242,145). Sum of RGB (Red+Green+Blue) = 86+242+145=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #56F291 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F291 is #A90D6E. Grayscale: #B8B8B8. Windows color (decimal): -11079023 or 9564758. OLE color: 9564758.
HSL color Cylindrical-coordinate representation of color #56F291: hue angle of 142.69º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F291 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 145 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.05 |
| HSL | 142.69º | 0.86% | 0.64% | - |
| HSV(B) | 142.69º | 0.64% | 0.95% | - |
| XYZ | 40.7 | 67.53 | 37.68 | - |
| YUV | 184.3 | 105.82 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 145 | 0.64 | 0 | 0.40 | 0.05 | 142.69 | 0.86 | 0.64 |
| Hex | 56 | F2 | 91 | 40 | 0 | 28 | 5 | 8F | 56 | 40 |
| Octal | 126 | 362 | 221 | 100 | 0 | 50 | 5 | 217 | 126 | 100 |
| Binary | 1010110 | 11110010 | 10010001 | 1000000 | 0 | 101000 | 101 | 10001111 | 1010110 | 1000000 |
Color Harmonies of #56F291
Complementary color
Monochromatic Colors of #56F291
Black with #56F291
Text Example
Text Example
White with #56F291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F291; }
p { color: rgb(86,242,145); }
H1.HeaderClassName
{
color: #56F291;
}
.AnyTagClassName
{
color: #56F291;
}
</style>
background-color css
<style>
a { background-color: #56F291; }
a { background-color: rgb(86,242,145); }
div.DivClassName
{
background-color: #56F291;
}
.BgClassName
{
background-color: #56F291;
}
</style>
border-color css
<style>
span { border-color: #56F291; }
span { border-color: rgb(86,242,145); }
td.TdClassName
{
border-color: #56F291;
}
.TagClassName
{
border-color: #56F291;
}
</style>