Shades of Fern #5DAE6D
Tints of Fern #5DAE6D
RGB
CMYK
RGB Variations
Color information
#5DAE6D (or 0x5DAE6D) is known color: Fern. HEX triplet: 5D, AE and 6D. RGB value is (93,174,109). Sum of RGB (Red+Green+Blue) = 93+174+109=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAE6D is #A25192. Grayscale: #8E8E8E. Windows color (decimal): -10637715 or 7188061. OLE color: 7188061.
HSL color Cylindrical-coordinate representation of color #5DAE6D: hue angle of 131.85º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAE6D is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 109 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.32 |
| HSL | 131.85º | 0.33% | 0.52% | - |
| HSV(B) | 131.85º | 0.47% | 0.68% | - |
| XYZ | 22.41 | 33.7 | 19.79 | - |
| YUV | 142.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 109 | 0.47 | 0 | 0.37 | 0.32 | 131.85 | 0.33 | 0.52 |
| Hex | 5D | AE | 6D | 2F | 0 | 25 | 20 | 84 | 21 | 34 |
| Octal | 135 | 256 | 155 | 57 | 0 | 45 | 40 | 204 | 41 | 64 |
| Binary | 1011101 | 10101110 | 1101101 | 101111 | 0 | 100101 | 100000 | 10000100 | 100001 | 110100 |
Color Harmonies of #5DAE6D
Complementary color
Monochromatic Colors of #5DAE6D
Black with #5DAE6D
Text Example
Text Example
White with #5DAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE6D; }
p { color: rgb(93,174,109); }
H1.HeaderClassName
{
color: #5DAE6D;
}
.AnyTagClassName
{
color: #5DAE6D;
}
</style>
background-color css
<style>
a { background-color: #5DAE6D; }
a { background-color: rgb(93,174,109); }
div.DivClassName
{
background-color: #5DAE6D;
}
.BgClassName
{
background-color: #5DAE6D;
}
</style>
border-color css
<style>
span { border-color: #5DAE6D; }
span { border-color: rgb(93,174,109); }
td.TdClassName
{
border-color: #5DAE6D;
}
.TagClassName
{
border-color: #5DAE6D;
}
</style>