Shades of Fern #58AD68
Tints of Fern #58AD68
RGB
CMYK
RGB Variations
Color information
#58AD68 (or 0x58AD68) is known color: Fern. HEX triplet: 58, AD and 68. RGB value is (88,173,104). Sum of RGB (Red+Green+Blue) = 88+173+104=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AD68 is #A75297. Grayscale: #8B8B8B. Windows color (decimal): -10965656 or 6860120. OLE color: 6860120.
HSL color Cylindrical-coordinate representation of color #58AD68: hue angle of 131.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AD68 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 104 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.32 |
| HSL | 131.29º | 0.34% | 0.51% | - |
| HSV(B) | 131.29º | 0.49% | 0.68% | - |
| XYZ | 21.47 | 32.96 | 18.33 | - |
| YUV | 139.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 104 | 0.49 | 0 | 0.40 | 0.32 | 131.29 | 0.34 | 0.51 |
| Hex | 58 | AD | 68 | 31 | 0 | 28 | 20 | 83 | 22 | 33 |
| Octal | 130 | 255 | 150 | 61 | 0 | 50 | 40 | 203 | 42 | 63 |
| Binary | 1011000 | 10101101 | 1101000 | 110001 | 0 | 101000 | 100000 | 10000011 | 100010 | 110011 |
Color Harmonies of #58AD68
Complementary color
Monochromatic Colors of #58AD68
Black with #58AD68
Text Example
Text Example
White with #58AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD68; }
p { color: rgb(88,173,104); }
H1.HeaderClassName
{
color: #58AD68;
}
.AnyTagClassName
{
color: #58AD68;
}
</style>
background-color css
<style>
a { background-color: #58AD68; }
a { background-color: rgb(88,173,104); }
div.DivClassName
{
background-color: #58AD68;
}
.BgClassName
{
background-color: #58AD68;
}
</style>
border-color css
<style>
span { border-color: #58AD68; }
span { border-color: rgb(88,173,104); }
td.TdClassName
{
border-color: #58AD68;
}
.TagClassName
{
border-color: #58AD68;
}
</style>