Shades of Fern #5DD663
Tints of Fern #5DD663
RGB
CMYK
RGB Variations
Color information
#5DD663 (or 0x5DD663) is known color: Fern. HEX triplet: 5D, D6 and 63. RGB value is (93,214,99). Sum of RGB (Red+Green+Blue) = 93+214+99=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD663 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD663 is #A2299C. Grayscale: #A5A5A5. Windows color (decimal): -10627485 or 6542941. OLE color: 6542941.
HSL color Cylindrical-coordinate representation of color #5DD663: hue angle of 122.98º 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 #5DD663 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 99 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.16 |
| HSL | 122.98º | 0.6% | 0.6% | - |
| HSV(B) | 122.98º | 0.57% | 0.84% | - |
| XYZ | 30.81 | 51.32 | 20.09 | - |
| YUV | 164.71 | 90.91 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 99 | 0.57 | 0 | 0.54 | 0.16 | 122.98 | 0.6 | 0.6 |
| Hex | 5D | D6 | 63 | 39 | 0 | 36 | 10 | 7B | 3C | 3C |
| Octal | 135 | 326 | 143 | 71 | 0 | 66 | 20 | 173 | 74 | 74 |
| Binary | 1011101 | 11010110 | 1100011 | 111001 | 0 | 110110 | 10000 | 1111011 | 111100 | 111100 |
Color Harmonies of #5DD663
Complementary color
Monochromatic Colors of #5DD663
Black with #5DD663
Text Example
Text Example
White with #5DD663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD663; }
p { color: rgb(93,214,99); }
H1.HeaderClassName
{
color: #5DD663;
}
.AnyTagClassName
{
color: #5DD663;
}
</style>
background-color css
<style>
a { background-color: #5DD663; }
a { background-color: rgb(93,214,99); }
div.DivClassName
{
background-color: #5DD663;
}
.BgClassName
{
background-color: #5DD663;
}
</style>
border-color css
<style>
span { border-color: #5DD663; }
span { border-color: rgb(93,214,99); }
td.TdClassName
{
border-color: #5DD663;
}
.TagClassName
{
border-color: #5DD663;
}
</style>