Shades of Fern #5DAF68
Tints of Fern #5DAF68
RGB
CMYK
RGB Variations
Color information
#5DAF68 (or 0x5DAF68) is known color: Fern. HEX triplet: 5D, AF and 68. RGB value is (93,175,104). Sum of RGB (Red+Green+Blue) = 93+175+104=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF68 is #A25097. Grayscale: #8E8E8E. Windows color (decimal): -10637464 or 6860637. OLE color: 6860637.
HSL color Cylindrical-coordinate representation of color #5DAF68: hue angle of 128.05º 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 #5DAF68 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 104 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.31 |
| HSL | 128.05º | 0.34% | 0.53% | - |
| HSV(B) | 128.05º | 0.47% | 0.69% | - |
| XYZ | 22.34 | 33.99 | 18.48 | - |
| YUV | 142.39 | 106.33 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 104 | 0.47 | 0 | 0.41 | 0.31 | 128.05 | 0.34 | 0.53 |
| Hex | 5D | AF | 68 | 2F | 0 | 29 | 1F | 80 | 22 | 35 |
| Octal | 135 | 257 | 150 | 57 | 0 | 51 | 37 | 200 | 42 | 65 |
| Binary | 1011101 | 10101111 | 1101000 | 101111 | 0 | 101001 | 11111 | 10000000 | 100010 | 110101 |
Color Harmonies of #5DAF68
Complementary color
Monochromatic Colors of #5DAF68
Black with #5DAF68
Text Example
Text Example
White with #5DAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF68; }
p { color: rgb(93,175,104); }
H1.HeaderClassName
{
color: #5DAF68;
}
.AnyTagClassName
{
color: #5DAF68;
}
</style>
background-color css
<style>
a { background-color: #5DAF68; }
a { background-color: rgb(93,175,104); }
div.DivClassName
{
background-color: #5DAF68;
}
.BgClassName
{
background-color: #5DAF68;
}
</style>
border-color css
<style>
span { border-color: #5DAF68; }
span { border-color: rgb(93,175,104); }
td.TdClassName
{
border-color: #5DAF68;
}
.TagClassName
{
border-color: #5DAF68;
}
</style>