Shades of Fern #56CB5D
Tints of Fern #56CB5D
RGB
CMYK
RGB Variations
Color information
#56CB5D (or 0x56CB5D) is known color: Fern. HEX triplet: 56, CB and 5D. RGB value is (86,203,93). Sum of RGB (Red+Green+Blue) = 86+203+93=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #56CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CB5D is #A934A2. Grayscale: #9B9B9B. Windows color (decimal): -11089059 or 6146902. OLE color: 6146902.
HSL color Cylindrical-coordinate representation of color #56CB5D: hue angle of 123.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CB5D is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 203 | 93 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.20 |
| HSL | 123.59º | 0.53% | 0.57% | - |
| HSV(B) | 123.59º | 0.58% | 0.8% | - |
| XYZ | 27.17 | 45.48 | 17.7 | - |
| YUV | 155.48 | 92.74 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 93 | 0.58 | 0 | 0.54 | 0.20 | 123.59 | 0.53 | 0.57 |
| Hex | 56 | CB | 5D | 3A | 0 | 36 | 14 | 7C | 35 | 39 |
| Octal | 126 | 313 | 135 | 72 | 0 | 66 | 24 | 174 | 65 | 71 |
| Binary | 1010110 | 11001011 | 1011101 | 111010 | 0 | 110110 | 10100 | 1111100 | 110101 | 111001 |
Color Harmonies of #56CB5D
Complementary color
Monochromatic Colors of #56CB5D
Black with #56CB5D
Text Example
Text Example
White with #56CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CB5D; }
p { color: rgb(86,203,93); }
H1.HeaderClassName
{
color: #56CB5D;
}
.AnyTagClassName
{
color: #56CB5D;
}
</style>
background-color css
<style>
a { background-color: #56CB5D; }
a { background-color: rgb(86,203,93); }
div.DivClassName
{
background-color: #56CB5D;
}
.BgClassName
{
background-color: #56CB5D;
}
</style>
border-color css
<style>
span { border-color: #56CB5D; }
span { border-color: rgb(86,203,93); }
td.TdClassName
{
border-color: #56CB5D;
}
.TagClassName
{
border-color: #56CB5D;
}
</style>