Shades of Fern #5DAC68
Tints of Fern #5DAC68
RGB
CMYK
RGB Variations
Color information
#5DAC68 (or 0x5DAC68) is known color: Fern. HEX triplet: 5D, AC and 68. RGB value is (93,172,104). Sum of RGB (Red+Green+Blue) = 93+172+104=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC68 is #A25397. Grayscale: #8C8C8C. Windows color (decimal): -10638232 or 6859869. OLE color: 6859869.
HSL color Cylindrical-coordinate representation of color #5DAC68: hue angle of 128.35º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DAC68 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 104 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.33 |
| HSL | 128.35º | 0.32% | 0.52% | - |
| HSV(B) | 128.35º | 0.46% | 0.67% | - |
| XYZ | 21.77 | 32.83 | 18.29 | - |
| YUV | 140.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 104 | 0.46 | 0 | 0.40 | 0.33 | 128.35 | 0.32 | 0.52 |
| Hex | 5D | AC | 68 | 2E | 0 | 28 | 21 | 80 | 20 | 34 |
| Octal | 135 | 254 | 150 | 56 | 0 | 50 | 41 | 200 | 40 | 64 |
| Binary | 1011101 | 10101100 | 1101000 | 101110 | 0 | 101000 | 100001 | 10000000 | 100000 | 110100 |
Color Harmonies of #5DAC68
Complementary color
Monochromatic Colors of #5DAC68
Black with #5DAC68
Text Example
Text Example
White with #5DAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC68; }
p { color: rgb(93,172,104); }
H1.HeaderClassName
{
color: #5DAC68;
}
.AnyTagClassName
{
color: #5DAC68;
}
</style>
background-color css
<style>
a { background-color: #5DAC68; }
a { background-color: rgb(93,172,104); }
div.DivClassName
{
background-color: #5DAC68;
}
.BgClassName
{
background-color: #5DAC68;
}
</style>
border-color css
<style>
span { border-color: #5DAC68; }
span { border-color: rgb(93,172,104); }
td.TdClassName
{
border-color: #5DAC68;
}
.TagClassName
{
border-color: #5DAC68;
}
</style>