Shades of Fern #5DCD6D
Tints of Fern #5DCD6D
RGB
CMYK
RGB Variations
Color information
#5DCD6D (or 0x5DCD6D) is known color: Fern. HEX triplet: 5D, CD and 6D. RGB value is (93,205,109). Sum of RGB (Red+Green+Blue) = 93+205+109=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD6D is #A23292. Grayscale: #A0A0A0. Windows color (decimal): -10629779 or 7195997. OLE color: 7195997.
HSL color Cylindrical-coordinate representation of color #5DCD6D: hue angle of 128.57º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCD6D is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 109 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.20 |
| HSL | 128.57º | 0.53% | 0.58% | - |
| HSV(B) | 128.57º | 0.55% | 0.8% | - |
| XYZ | 29.11 | 47.09 | 22.02 | - |
| YUV | 160.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 109 | 0.55 | 0 | 0.47 | 0.20 | 128.57 | 0.53 | 0.58 |
| Hex | 5D | CD | 6D | 37 | 0 | 2F | 14 | 81 | 35 | 3A |
| Octal | 135 | 315 | 155 | 67 | 0 | 57 | 24 | 201 | 65 | 72 |
| Binary | 1011101 | 11001101 | 1101101 | 110111 | 0 | 101111 | 10100 | 10000001 | 110101 | 111010 |
Color Harmonies of #5DCD6D
Complementary color
Monochromatic Colors of #5DCD6D
Black with #5DCD6D
Text Example
Text Example
White with #5DCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD6D; }
p { color: rgb(93,205,109); }
H1.HeaderClassName
{
color: #5DCD6D;
}
.AnyTagClassName
{
color: #5DCD6D;
}
</style>
background-color css
<style>
a { background-color: #5DCD6D; }
a { background-color: rgb(93,205,109); }
div.DivClassName
{
background-color: #5DCD6D;
}
.BgClassName
{
background-color: #5DCD6D;
}
</style>
border-color css
<style>
span { border-color: #5DCD6D; }
span { border-color: rgb(93,205,109); }
td.TdClassName
{
border-color: #5DCD6D;
}
.TagClassName
{
border-color: #5DCD6D;
}
</style>