Shades of Fern #5DC258
Tints of Fern #5DC258
RGB
CMYK
RGB Variations
Color information
#5DC258 (or 0x5DC258) is known color: Fern. HEX triplet: 5D, C2 and 58. RGB value is (93,194,88). Sum of RGB (Red+Green+Blue) = 93+194+88=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC258 is #A23DA7. Grayscale: #989898. Windows color (decimal): -10632616 or 5816925. OLE color: 5816925.
HSL color Cylindrical-coordinate representation of color #5DC258: hue angle of 117.17º 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 #5DC258 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 88 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.24 |
| HSL | 117.17º | 0.46% | 0.55% | - |
| HSV(B) | 117.17º | 0.55% | 0.76% | - |
| XYZ | 25.57 | 41.62 | 15.92 | - |
| YUV | 151.72 | 92.04 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 88 | 0.52 | 0 | 0.55 | 0.24 | 117.17 | 0.46 | 0.55 |
| Hex | 5D | C2 | 58 | 34 | 0 | 37 | 18 | 75 | 2E | 37 |
| Octal | 135 | 302 | 130 | 64 | 0 | 67 | 30 | 165 | 56 | 67 |
| Binary | 1011101 | 11000010 | 1011000 | 110100 | 0 | 110111 | 11000 | 1110101 | 101110 | 110111 |
Color Harmonies of #5DC258
Complementary color
Monochromatic Colors of #5DC258
Black with #5DC258
Text Example
Text Example
White with #5DC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC258; }
p { color: rgb(93,194,88); }
H1.HeaderClassName
{
color: #5DC258;
}
.AnyTagClassName
{
color: #5DC258;
}
</style>
background-color css
<style>
a { background-color: #5DC258; }
a { background-color: rgb(93,194,88); }
div.DivClassName
{
background-color: #5DC258;
}
.BgClassName
{
background-color: #5DC258;
}
</style>
border-color css
<style>
span { border-color: #5DC258; }
span { border-color: rgb(93,194,88); }
td.TdClassName
{
border-color: #5DC258;
}
.TagClassName
{
border-color: #5DC258;
}
</style>