Shades of Fern #5DC157
Tints of Fern #5DC157
RGB
CMYK
RGB Variations
Color information
#5DC157 (or 0x5DC157) is known color: Fern. HEX triplet: 5D, C1 and 57. RGB value is (93,193,87). Sum of RGB (Red+Green+Blue) = 93+193+87=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC157 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC157 is #A23EA8. Grayscale: #979797. Windows color (decimal): -10632873 or 5751133. OLE color: 5751133.
HSL color Cylindrical-coordinate representation of color #5DC157: hue angle of 116.6º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DC157 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 193 | 87 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.24 |
| HSL | 116.6º | 0.46% | 0.55% | - |
| HSV(B) | 116.6º | 0.55% | 0.76% | - |
| XYZ | 25.3 | 41.16 | 15.63 | - |
| YUV | 151.02 | 91.87 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 193 | 87 | 0.52 | 0 | 0.55 | 0.24 | 116.6 | 0.46 | 0.55 |
| Hex | 5D | C1 | 57 | 34 | 0 | 37 | 18 | 75 | 2E | 37 |
| Octal | 135 | 301 | 127 | 64 | 0 | 67 | 30 | 165 | 56 | 67 |
| Binary | 1011101 | 11000001 | 1010111 | 110100 | 0 | 110111 | 11000 | 1110101 | 101110 | 110111 |
Color Harmonies of #5DC157
Complementary color
Monochromatic Colors of #5DC157
Black with #5DC157
Text Example
Text Example
White with #5DC157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC157; }
p { color: rgb(93,193,87); }
H1.HeaderClassName
{
color: #5DC157;
}
.AnyTagClassName
{
color: #5DC157;
}
</style>
background-color css
<style>
a { background-color: #5DC157; }
a { background-color: rgb(93,193,87); }
div.DivClassName
{
background-color: #5DC157;
}
.BgClassName
{
background-color: #5DC157;
}
</style>
border-color css
<style>
span { border-color: #5DC157; }
span { border-color: rgb(93,193,87); }
td.TdClassName
{
border-color: #5DC157;
}
.TagClassName
{
border-color: #5DC157;
}
</style>