Shades of Fern #56D55D
Tints of Fern #56D55D
RGB
CMYK
RGB Variations
Color information
#56D55D (or 0x56D55D) is known color: Fern. HEX triplet: 56, D5 and 5D. RGB value is (86,213,93). Sum of RGB (Red+Green+Blue) = 86+213+93=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #56D55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D55D is #A92AA2. Grayscale: #A1A1A1. Windows color (decimal): -11086499 or 6149462. OLE color: 6149462.
HSL color Cylindrical-coordinate representation of color #56D55D: hue angle of 123.31º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D55D is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 213 | 93 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.16 |
| HSL | 123.31º | 0.6% | 0.59% | - |
| HSV(B) | 123.31º | 0.6% | 0.84% | - |
| XYZ | 29.61 | 50.36 | 18.52 | - |
| YUV | 161.35 | 89.42 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 213 | 93 | 0.60 | 0 | 0.56 | 0.16 | 123.31 | 0.6 | 0.59 |
| Hex | 56 | D5 | 5D | 3C | 0 | 38 | 10 | 7B | 3C | 3B |
| Octal | 126 | 325 | 135 | 74 | 0 | 70 | 20 | 173 | 74 | 73 |
| Binary | 1010110 | 11010101 | 1011101 | 111100 | 0 | 111000 | 10000 | 1111011 | 111100 | 111011 |
Color Harmonies of #56D55D
Complementary color
Monochromatic Colors of #56D55D
Black with #56D55D
Text Example
Text Example
White with #56D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D55D; }
p { color: rgb(86,213,93); }
H1.HeaderClassName
{
color: #56D55D;
}
.AnyTagClassName
{
color: #56D55D;
}
</style>
background-color css
<style>
a { background-color: #56D55D; }
a { background-color: rgb(86,213,93); }
div.DivClassName
{
background-color: #56D55D;
}
.BgClassName
{
background-color: #56D55D;
}
</style>
border-color css
<style>
span { border-color: #56D55D; }
span { border-color: rgb(86,213,93); }
td.TdClassName
{
border-color: #56D55D;
}
.TagClassName
{
border-color: #56D55D;
}
</style>