Shades of Fern #5DC357
Tints of Fern #5DC357
RGB
CMYK
RGB Variations
Color information
#5DC357 (or 0x5DC357) is known color: Fern. HEX triplet: 5D, C3 and 57. RGB value is (93,195,87). Sum of RGB (Red+Green+Blue) = 93+195+87=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC357 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC357 is #A23CA8. Grayscale: #989898. Windows color (decimal): -10632361 or 5751645. OLE color: 5751645.
HSL color Cylindrical-coordinate representation of color #5DC357: hue angle of 116.67º degrees, saturation: 0.47, 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 #5DC357 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 87 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.24 |
| HSL | 116.67º | 0.47% | 0.55% | - |
| HSV(B) | 116.67º | 0.55% | 0.76% | - |
| XYZ | 25.75 | 42.05 | 15.78 | - |
| YUV | 152.19 | 91.21 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 87 | 0.52 | 0 | 0.55 | 0.24 | 116.67 | 0.47 | 0.55 |
| Hex | 5D | C3 | 57 | 34 | 0 | 37 | 18 | 75 | 2F | 37 |
| Octal | 135 | 303 | 127 | 64 | 0 | 67 | 30 | 165 | 57 | 67 |
| Binary | 1011101 | 11000011 | 1010111 | 110100 | 0 | 110111 | 11000 | 1110101 | 101111 | 110111 |
Color Harmonies of #5DC357
Complementary color
Monochromatic Colors of #5DC357
Black with #5DC357
Text Example
Text Example
White with #5DC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC357; }
p { color: rgb(93,195,87); }
H1.HeaderClassName
{
color: #5DC357;
}
.AnyTagClassName
{
color: #5DC357;
}
</style>
background-color css
<style>
a { background-color: #5DC357; }
a { background-color: rgb(93,195,87); }
div.DivClassName
{
background-color: #5DC357;
}
.BgClassName
{
background-color: #5DC357;
}
</style>
border-color css
<style>
span { border-color: #5DC357; }
span { border-color: rgb(93,195,87); }
td.TdClassName
{
border-color: #5DC357;
}
.TagClassName
{
border-color: #5DC357;
}
</style>