Shades of Fern #5DBD65
Tints of Fern #5DBD65
RGB
CMYK
RGB Variations
Color information
#5DBD65 (or 0x5DBD65) is known color: Fern. HEX triplet: 5D, BD and 65. RGB value is (93,189,101). Sum of RGB (Red+Green+Blue) = 93+189+101=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBD65 is #A2429A. Grayscale: #969696. Windows color (decimal): -10633883 or 6667613. OLE color: 6667613.
HSL color Cylindrical-coordinate representation of color #5DBD65: hue angle of 125º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBD65 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 101 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.26 |
| HSL | 125º | 0.42% | 0.55% | - |
| HSV(B) | 125º | 0.51% | 0.74% | - |
| XYZ | 25.06 | 39.66 | 18.65 | - |
| YUV | 150.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 101 | 0.51 | 0 | 0.47 | 0.26 | 125 | 0.42 | 0.55 |
| Hex | 5D | BD | 65 | 33 | 0 | 2F | 1A | 7D | 2A | 37 |
| Octal | 135 | 275 | 145 | 63 | 0 | 57 | 32 | 175 | 52 | 67 |
| Binary | 1011101 | 10111101 | 1100101 | 110011 | 0 | 101111 | 11010 | 1111101 | 101010 | 110111 |
Color Harmonies of #5DBD65
Complementary color
Monochromatic Colors of #5DBD65
Black with #5DBD65
Text Example
Text Example
White with #5DBD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD65; }
p { color: rgb(93,189,101); }
H1.HeaderClassName
{
color: #5DBD65;
}
.AnyTagClassName
{
color: #5DBD65;
}
</style>
background-color css
<style>
a { background-color: #5DBD65; }
a { background-color: rgb(93,189,101); }
div.DivClassName
{
background-color: #5DBD65;
}
.BgClassName
{
background-color: #5DBD65;
}
</style>
border-color css
<style>
span { border-color: #5DBD65; }
span { border-color: rgb(93,189,101); }
td.TdClassName
{
border-color: #5DBD65;
}
.TagClassName
{
border-color: #5DBD65;
}
</style>