Shades of Fern #5DBA65
Tints of Fern #5DBA65
RGB
CMYK
RGB Variations
Color information
#5DBA65 (or 0x5DBA65) is known color: Fern. HEX triplet: 5D, BA and 65. RGB value is (93,186,101). Sum of RGB (Red+Green+Blue) = 93+186+101=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA65 is #A2459A. Grayscale: #949494. Windows color (decimal): -10634651 or 6666845. OLE color: 6666845.
HSL color Cylindrical-coordinate representation of color #5DBA65: hue angle of 125.16º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBA65 is Cyan = 0.5, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 101 | - |
| CMYK | 0.5 | 0 | 0.46 | 0.27 |
| HSL | 125.16º | 0.4% | 0.55% | - |
| HSV(B) | 125.16º | 0.5% | 0.73% | - |
| XYZ | 24.42 | 38.38 | 18.43 | - |
| YUV | 148.5 | 101.19 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 101 | 0.5 | 0 | 0.46 | 0.27 | 125.16 | 0.4 | 0.55 |
| Hex | 5D | BA | 65 | 32 | 0 | 2E | 1B | 7D | 28 | 37 |
| Octal | 135 | 272 | 145 | 62 | 0 | 56 | 33 | 175 | 50 | 67 |
| Binary | 1011101 | 10111010 | 1100101 | 110010 | 0 | 101110 | 11011 | 1111101 | 101000 | 110111 |
Color Harmonies of #5DBA65
Complementary color
Monochromatic Colors of #5DBA65
Black with #5DBA65
Text Example
Text Example
White with #5DBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA65; }
p { color: rgb(93,186,101); }
H1.HeaderClassName
{
color: #5DBA65;
}
.AnyTagClassName
{
color: #5DBA65;
}
</style>
background-color css
<style>
a { background-color: #5DBA65; }
a { background-color: rgb(93,186,101); }
div.DivClassName
{
background-color: #5DBA65;
}
.BgClassName
{
background-color: #5DBA65;
}
</style>
border-color css
<style>
span { border-color: #5DBA65; }
span { border-color: rgb(93,186,101); }
td.TdClassName
{
border-color: #5DBA65;
}
.TagClassName
{
border-color: #5DBA65;
}
</style>