Shades of Fern #5DC95B
Tints of Fern #5DC95B
RGB
CMYK
RGB Variations
Color information
#5DC95B (or 0x5DC95B) is known color: Fern. HEX triplet: 5D, C9 and 5B. RGB value is (93,201,91). Sum of RGB (Red+Green+Blue) = 93+201+91=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC95B is #A236A4. Grayscale: #9C9C9C. Windows color (decimal): -10630821 or 6015325. OLE color: 6015325.
HSL color Cylindrical-coordinate representation of color #5DC95B: hue angle of 118.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DC95B is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 91 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.21 |
| HSL | 118.91º | 0.5% | 0.57% | - |
| HSV(B) | 118.91º | 0.55% | 0.79% | - |
| XYZ | 27.29 | 44.86 | 17.12 | - |
| YUV | 156.17 | 91.22 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 91 | 0.54 | 0 | 0.55 | 0.21 | 118.91 | 0.5 | 0.57 |
| Hex | 5D | C9 | 5B | 36 | 0 | 37 | 15 | 77 | 32 | 39 |
| Octal | 135 | 311 | 133 | 66 | 0 | 67 | 25 | 167 | 62 | 71 |
| Binary | 1011101 | 11001001 | 1011011 | 110110 | 0 | 110111 | 10101 | 1110111 | 110010 | 111001 |
Color Harmonies of #5DC95B
Complementary color
Monochromatic Colors of #5DC95B
Black with #5DC95B
Text Example
Text Example
White with #5DC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC95B; }
p { color: rgb(93,201,91); }
H1.HeaderClassName
{
color: #5DC95B;
}
.AnyTagClassName
{
color: #5DC95B;
}
</style>
background-color css
<style>
a { background-color: #5DC95B; }
a { background-color: rgb(93,201,91); }
div.DivClassName
{
background-color: #5DC95B;
}
.BgClassName
{
background-color: #5DC95B;
}
</style>
border-color css
<style>
span { border-color: #5DC95B; }
span { border-color: rgb(93,201,91); }
td.TdClassName
{
border-color: #5DC95B;
}
.TagClassName
{
border-color: #5DC95B;
}
</style>