Shades of Fern #5DD660
Tints of Fern #5DD660
RGB
CMYK
RGB Variations
Color information
#5DD660 (or 0x5DD660) is known color: Fern. HEX triplet: 5D, D6 and 60. RGB value is (93,214,96). Sum of RGB (Red+Green+Blue) = 93+214+96=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD660 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD660 is #A2299F. Grayscale: #A4A4A4. Windows color (decimal): -10627488 or 6346333. OLE color: 6346333.
HSL color Cylindrical-coordinate representation of color #5DD660: hue angle of 121.49º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD660 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 96 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.16 |
| HSL | 121.49º | 0.6% | 0.6% | - |
| HSV(B) | 121.49º | 0.57% | 0.84% | - |
| XYZ | 30.67 | 51.26 | 19.34 | - |
| YUV | 164.37 | 89.41 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 96 | 0.57 | 0 | 0.55 | 0.16 | 121.49 | 0.6 | 0.6 |
| Hex | 5D | D6 | 60 | 39 | 0 | 37 | 10 | 79 | 3C | 3C |
| Octal | 135 | 326 | 140 | 71 | 0 | 67 | 20 | 171 | 74 | 74 |
| Binary | 1011101 | 11010110 | 1100000 | 111001 | 0 | 110111 | 10000 | 1111001 | 111100 | 111100 |
Color Harmonies of #5DD660
Complementary color
Monochromatic Colors of #5DD660
Black with #5DD660
Text Example
Text Example
White with #5DD660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD660; }
p { color: rgb(93,214,96); }
H1.HeaderClassName
{
color: #5DD660;
}
.AnyTagClassName
{
color: #5DD660;
}
</style>
background-color css
<style>
a { background-color: #5DD660; }
a { background-color: rgb(93,214,96); }
div.DivClassName
{
background-color: #5DD660;
}
.BgClassName
{
background-color: #5DD660;
}
</style>
border-color css
<style>
span { border-color: #5DD660; }
span { border-color: rgb(93,214,96); }
td.TdClassName
{
border-color: #5DD660;
}
.TagClassName
{
border-color: #5DD660;
}
</style>