Shades of Fern #5DAA67
Tints of Fern #5DAA67
RGB
CMYK
RGB Variations
Color information
#5DAA67 (or 0x5DAA67) is known color: Fern. HEX triplet: 5D, AA and 67. RGB value is (93,170,103). Sum of RGB (Red+Green+Blue) = 93+170+103=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA67 is #A25598. Grayscale: #8B8B8B. Windows color (decimal): -10638745 or 6793821. OLE color: 6793821.
HSL color Cylindrical-coordinate representation of color #5DAA67: hue angle of 127.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DAA67 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 103 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.33 |
| HSL | 127.79º | 0.31% | 0.52% | - |
| HSV(B) | 127.79º | 0.45% | 0.67% | - |
| XYZ | 21.34 | 32.06 | 17.89 | - |
| YUV | 139.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 103 | 0.45 | 0 | 0.39 | 0.33 | 127.79 | 0.31 | 0.52 |
| Hex | 5D | AA | 67 | 2D | 0 | 27 | 21 | 80 | 1F | 34 |
| Octal | 135 | 252 | 147 | 55 | 0 | 47 | 41 | 200 | 37 | 64 |
| Binary | 1011101 | 10101010 | 1100111 | 101101 | 0 | 100111 | 100001 | 10000000 | 11111 | 110100 |
Color Harmonies of #5DAA67
Complementary color
Monochromatic Colors of #5DAA67
Black with #5DAA67
Text Example
Text Example
White with #5DAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAA67; }
p { color: rgb(93,170,103); }
H1.HeaderClassName
{
color: #5DAA67;
}
.AnyTagClassName
{
color: #5DAA67;
}
</style>
background-color css
<style>
a { background-color: #5DAA67; }
a { background-color: rgb(93,170,103); }
div.DivClassName
{
background-color: #5DAA67;
}
.BgClassName
{
background-color: #5DAA67;
}
</style>
border-color css
<style>
span { border-color: #5DAA67; }
span { border-color: rgb(93,170,103); }
td.TdClassName
{
border-color: #5DAA67;
}
.TagClassName
{
border-color: #5DAA67;
}
</style>