Shades of Fern #5DCD56
Tints of Fern #5DCD56
RGB
CMYK
RGB Variations
Color information
#5DCD56 (or 0x5DCD56) is known color: Fern. HEX triplet: 5D, CD and 56. RGB value is (93,205,86). Sum of RGB (Red+Green+Blue) = 93+205+86=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD56 is #A232A9. Grayscale: #9E9E9E. Windows color (decimal): -10629802 or 5688669. OLE color: 5688669.
HSL color Cylindrical-coordinate representation of color #5DCD56: hue angle of 116.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DCD56 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 86 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.20 |
| HSL | 116.47º | 0.54% | 0.57% | - |
| HSV(B) | 116.47º | 0.58% | 0.8% | - |
| XYZ | 28.03 | 46.66 | 16.33 | - |
| YUV | 157.95 | 87.39 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 86 | 0.55 | 0 | 0.58 | 0.20 | 116.47 | 0.54 | 0.57 |
| Hex | 5D | CD | 56 | 37 | 0 | 3A | 14 | 74 | 36 | 39 |
| Octal | 135 | 315 | 126 | 67 | 0 | 72 | 24 | 164 | 66 | 71 |
| Binary | 1011101 | 11001101 | 1010110 | 110111 | 0 | 111010 | 10100 | 1110100 | 110110 | 111001 |
Color Harmonies of #5DCD56
Complementary color
Monochromatic Colors of #5DCD56
Black with #5DCD56
Text Example
Text Example
White with #5DCD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD56; }
p { color: rgb(93,205,86); }
H1.HeaderClassName
{
color: #5DCD56;
}
.AnyTagClassName
{
color: #5DCD56;
}
</style>
background-color css
<style>
a { background-color: #5DCD56; }
a { background-color: rgb(93,205,86); }
div.DivClassName
{
background-color: #5DCD56;
}
.BgClassName
{
background-color: #5DCD56;
}
</style>
border-color css
<style>
span { border-color: #5DCD56; }
span { border-color: rgb(93,205,86); }
td.TdClassName
{
border-color: #5DCD56;
}
.TagClassName
{
border-color: #5DCD56;
}
</style>