Shades of Fern #5DC95D
Tints of Fern #5DC95D
RGB
CMYK
RGB Variations
Color information
#5DC95D (or 0x5DC95D) is known color: Fern. HEX triplet: 5D, C9 and 5D. RGB value is (93,201,93). Sum of RGB (Red+Green+Blue) = 93+201+93=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC95D is #A236A2. Grayscale: #9C9C9C. Windows color (decimal): -10630819 or 6146397. OLE color: 6146397.
HSL color Cylindrical-coordinate representation of color #5DC95D: hue angle of 120º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DC95D is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 93 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.21 |
| HSL | 120º | 0.5% | 0.58% | - |
| HSV(B) | 120º | 0.54% | 0.79% | - |
| XYZ | 27.38 | 44.89 | 17.58 | - |
| YUV | 156.4 | 92.22 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 93 | 0.54 | 0 | 0.54 | 0.21 | 120 | 0.5 | 0.58 |
| Hex | 5D | C9 | 5D | 36 | 0 | 36 | 15 | 78 | 32 | 3A |
| Octal | 135 | 311 | 135 | 66 | 0 | 66 | 25 | 170 | 62 | 72 |
| Binary | 1011101 | 11001001 | 1011101 | 110110 | 0 | 110110 | 10101 | 1111000 | 110010 | 111010 |
Color Harmonies of #5DC95D
Complementary color
Monochromatic Colors of #5DC95D
Black with #5DC95D
Text Example
Text Example
White with #5DC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC95D; }
p { color: rgb(93,201,93); }
H1.HeaderClassName
{
color: #5DC95D;
}
.AnyTagClassName
{
color: #5DC95D;
}
</style>
background-color css
<style>
a { background-color: #5DC95D; }
a { background-color: rgb(93,201,93); }
div.DivClassName
{
background-color: #5DC95D;
}
.BgClassName
{
background-color: #5DC95D;
}
</style>
border-color css
<style>
span { border-color: #5DC95D; }
span { border-color: rgb(93,201,93); }
td.TdClassName
{
border-color: #5DC95D;
}
.TagClassName
{
border-color: #5DC95D;
}
</style>