Shades of Fern #5DAF67
Tints of Fern #5DAF67
RGB
CMYK
RGB Variations
Color information
#5DAF67 (or 0x5DAF67) is known color: Fern. HEX triplet: 5D, AF and 67. RGB value is (93,175,103). Sum of RGB (Red+Green+Blue) = 93+175+103=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF67 is #A25098. Grayscale: #8E8E8E. Windows color (decimal): -10637465 or 6795101. OLE color: 6795101.
HSL color Cylindrical-coordinate representation of color #5DAF67: hue angle of 127.32º 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 #5DAF67 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 103 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.31 |
| HSL | 127.32º | 0.34% | 0.53% | - |
| HSV(B) | 127.32º | 0.47% | 0.69% | - |
| XYZ | 22.29 | 33.97 | 18.21 | - |
| YUV | 142.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 103 | 0.47 | 0 | 0.41 | 0.31 | 127.32 | 0.34 | 0.53 |
| Hex | 5D | AF | 67 | 2F | 0 | 29 | 1F | 7F | 22 | 35 |
| Octal | 135 | 257 | 147 | 57 | 0 | 51 | 37 | 177 | 42 | 65 |
| Binary | 1011101 | 10101111 | 1100111 | 101111 | 0 | 101001 | 11111 | 1111111 | 100010 | 110101 |
Color Harmonies of #5DAF67
Complementary color
Monochromatic Colors of #5DAF67
Black with #5DAF67
Text Example
Text Example
White with #5DAF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF67; }
p { color: rgb(93,175,103); }
H1.HeaderClassName
{
color: #5DAF67;
}
.AnyTagClassName
{
color: #5DAF67;
}
</style>
background-color css
<style>
a { background-color: #5DAF67; }
a { background-color: rgb(93,175,103); }
div.DivClassName
{
background-color: #5DAF67;
}
.BgClassName
{
background-color: #5DAF67;
}
</style>
border-color css
<style>
span { border-color: #5DAF67; }
span { border-color: rgb(93,175,103); }
td.TdClassName
{
border-color: #5DAF67;
}
.TagClassName
{
border-color: #5DAF67;
}
</style>