Shades of Fern #5DAF6C
Tints of Fern #5DAF6C
RGB
CMYK
RGB Variations
Color information
#5DAF6C (or 0x5DAF6C) is known color: Fern. HEX triplet: 5D, AF and 6C. RGB value is (93,175,108). Sum of RGB (Red+Green+Blue) = 93+175+108=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF6C is #A25093. Grayscale: #8F8F8F. Windows color (decimal): -10637460 or 7122781. OLE color: 7122781.
HSL color Cylindrical-coordinate representation of color #5DAF6C: hue angle of 130.98º degrees, saturation: 0.34, 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 #5DAF6C is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 108 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.31 |
| HSL | 130.98º | 0.34% | 0.53% | - |
| HSV(B) | 130.98º | 0.47% | 0.69% | - |
| XYZ | 22.55 | 34.07 | 19.57 | - |
| YUV | 142.84 | 108.33 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 108 | 0.47 | 0 | 0.38 | 0.31 | 130.98 | 0.34 | 0.53 |
| Hex | 5D | AF | 6C | 2F | 0 | 26 | 1F | 83 | 22 | 35 |
| Octal | 135 | 257 | 154 | 57 | 0 | 46 | 37 | 203 | 42 | 65 |
| Binary | 1011101 | 10101111 | 1101100 | 101111 | 0 | 100110 | 11111 | 10000011 | 100010 | 110101 |
Color Harmonies of #5DAF6C
Complementary color
Monochromatic Colors of #5DAF6C
Black with #5DAF6C
Text Example
Text Example
White with #5DAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF6C; }
p { color: rgb(93,175,108); }
H1.HeaderClassName
{
color: #5DAF6C;
}
.AnyTagClassName
{
color: #5DAF6C;
}
</style>
background-color css
<style>
a { background-color: #5DAF6C; }
a { background-color: rgb(93,175,108); }
div.DivClassName
{
background-color: #5DAF6C;
}
.BgClassName
{
background-color: #5DAF6C;
}
</style>
border-color css
<style>
span { border-color: #5DAF6C; }
span { border-color: rgb(93,175,108); }
td.TdClassName
{
border-color: #5DAF6C;
}
.TagClassName
{
border-color: #5DAF6C;
}
</style>