Shades of Fern #5DB165
Tints of Fern #5DB165
RGB
CMYK
RGB Variations
Color information
#5DB165 (or 0x5DB165) is known color: Fern. HEX triplet: 5D, B1 and 65. RGB value is (93,177,101). Sum of RGB (Red+Green+Blue) = 93+177+101=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB165 is #A24E9A. Grayscale: #8F8F8F. Windows color (decimal): -10636955 or 6664541. OLE color: 6664541.
HSL color Cylindrical-coordinate representation of color #5DB165: hue angle of 125.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB165 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 101 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.31 |
| HSL | 125.71º | 0.35% | 0.53% | - |
| HSV(B) | 125.71º | 0.47% | 0.69% | - |
| XYZ | 22.59 | 34.71 | 17.82 | - |
| YUV | 143.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 101 | 0.47 | 0 | 0.43 | 0.31 | 125.71 | 0.35 | 0.53 |
| Hex | 5D | B1 | 65 | 2F | 0 | 2B | 1F | 7E | 23 | 35 |
| Octal | 135 | 261 | 145 | 57 | 0 | 53 | 37 | 176 | 43 | 65 |
| Binary | 1011101 | 10110001 | 1100101 | 101111 | 0 | 101011 | 11111 | 1111110 | 100011 | 110101 |
Color Harmonies of #5DB165
Complementary color
Monochromatic Colors of #5DB165
Black with #5DB165
Text Example
Text Example
White with #5DB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB165; }
p { color: rgb(93,177,101); }
H1.HeaderClassName
{
color: #5DB165;
}
.AnyTagClassName
{
color: #5DB165;
}
</style>
background-color css
<style>
a { background-color: #5DB165; }
a { background-color: rgb(93,177,101); }
div.DivClassName
{
background-color: #5DB165;
}
.BgClassName
{
background-color: #5DB165;
}
</style>
border-color css
<style>
span { border-color: #5DB165; }
span { border-color: rgb(93,177,101); }
td.TdClassName
{
border-color: #5DB165;
}
.TagClassName
{
border-color: #5DB165;
}
</style>