Shades of Fern #5DC656
Tints of Fern #5DC656
RGB
CMYK
RGB Variations
Color information
#5DC656 (or 0x5DC656) is known color: Fern. HEX triplet: 5D, C6 and 56. RGB value is (93,198,86). Sum of RGB (Red+Green+Blue) = 93+198+86=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC656 is #A239A9. Grayscale: #9A9A9A. Windows color (decimal): -10631594 or 5686877. OLE color: 5686877.
HSL color Cylindrical-coordinate representation of color #5DC656: hue angle of 116.25º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DC656 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 198 | 86 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.22 |
| HSL | 116.25º | 0.5% | 0.56% | - |
| HSV(B) | 116.25º | 0.57% | 0.78% | - |
| XYZ | 26.39 | 43.39 | 15.79 | - |
| YUV | 153.84 | 89.71 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 198 | 86 | 0.53 | 0 | 0.57 | 0.22 | 116.25 | 0.5 | 0.56 |
| Hex | 5D | C6 | 56 | 35 | 0 | 39 | 16 | 74 | 32 | 38 |
| Octal | 135 | 306 | 126 | 65 | 0 | 71 | 26 | 164 | 62 | 70 |
| Binary | 1011101 | 11000110 | 1010110 | 110101 | 0 | 111001 | 10110 | 1110100 | 110010 | 111000 |
Color Harmonies of #5DC656
Complementary color
Monochromatic Colors of #5DC656
Black with #5DC656
Text Example
Text Example
White with #5DC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC656; }
p { color: rgb(93,198,86); }
H1.HeaderClassName
{
color: #5DC656;
}
.AnyTagClassName
{
color: #5DC656;
}
</style>
background-color css
<style>
a { background-color: #5DC656; }
a { background-color: rgb(93,198,86); }
div.DivClassName
{
background-color: #5DC656;
}
.BgClassName
{
background-color: #5DC656;
}
</style>
border-color css
<style>
span { border-color: #5DC656; }
span { border-color: rgb(93,198,86); }
td.TdClassName
{
border-color: #5DC656;
}
.TagClassName
{
border-color: #5DC656;
}
</style>