Shades of Fern #5CD656
Tints of Fern #5CD656
RGB
CMYK
RGB Variations
Color information
#5CD656 (or 0x5CD656) is known color: Fern. HEX triplet: 5C, D6 and 56. RGB value is (92,214,86). Sum of RGB (Red+Green+Blue) = 92+214+86=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 214 (83.98% from 255 or 54.59% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD656 is #A329A9. Grayscale: #A3A3A3. Windows color (decimal): -10693034 or 5690972. OLE color: 5690972.
HSL color Cylindrical-coordinate representation of color #5CD656: hue angle of 117.19º degrees, saturation: 0.61, 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 #5CD656 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 214 | 86 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.16 |
| HSL | 117.19º | 0.61% | 0.59% | - |
| HSV(B) | 117.19º | 0.6% | 0.84% | - |
| XYZ | 30.14 | 51.04 | 17.07 | - |
| YUV | 162.93 | 84.58 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 214 | 86 | 0.57 | 0 | 0.60 | 0.16 | 117.19 | 0.61 | 0.59 |
| Hex | 5C | D6 | 56 | 39 | 0 | 3C | 10 | 75 | 3D | 3B |
| Octal | 134 | 326 | 126 | 71 | 0 | 74 | 20 | 165 | 75 | 73 |
| Binary | 1011100 | 11010110 | 1010110 | 111001 | 0 | 111100 | 10000 | 1110101 | 111101 | 111011 |
Color Harmonies of #5CD656
Complementary color
Monochromatic Colors of #5CD656
Black with #5CD656
Text Example
Text Example
White with #5CD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD656; }
p { color: rgb(92,214,86); }
H1.HeaderClassName
{
color: #5CD656;
}
.AnyTagClassName
{
color: #5CD656;
}
</style>
background-color css
<style>
a { background-color: #5CD656; }
a { background-color: rgb(92,214,86); }
div.DivClassName
{
background-color: #5CD656;
}
.BgClassName
{
background-color: #5CD656;
}
</style>
border-color css
<style>
span { border-color: #5CD656; }
span { border-color: rgb(92,214,86); }
td.TdClassName
{
border-color: #5CD656;
}
.TagClassName
{
border-color: #5CD656;
}
</style>