Shades of Fern #58AF5D
Tints of Fern #58AF5D
RGB
CMYK
RGB Variations
Color information
#58AF5D (or 0x58AF5D) is known color: Fern. HEX triplet: 58, AF and 5D. RGB value is (88,175,93). Sum of RGB (Red+Green+Blue) = 88+175+93=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AF5D is #A750A2. Grayscale: #8B8B8B. Windows color (decimal): -10965155 or 6139736. OLE color: 6139736.
HSL color Cylindrical-coordinate representation of color #58AF5D: hue angle of 123.45º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58AF5D is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 175 | 93 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.31 |
| HSL | 123.45º | 0.35% | 0.52% | - |
| HSV(B) | 123.45º | 0.5% | 0.69% | - |
| XYZ | 21.33 | 33.52 | 15.7 | - |
| YUV | 139.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 175 | 93 | 0.50 | 0 | 0.47 | 0.31 | 123.45 | 0.35 | 0.52 |
| Hex | 58 | AF | 5D | 32 | 0 | 2F | 1F | 7B | 23 | 34 |
| Octal | 130 | 257 | 135 | 62 | 0 | 57 | 37 | 173 | 43 | 64 |
| Binary | 1011000 | 10101111 | 1011101 | 110010 | 0 | 101111 | 11111 | 1111011 | 100011 | 110100 |
Color Harmonies of #58AF5D
Complementary color
Monochromatic Colors of #58AF5D
Black with #58AF5D
Text Example
Text Example
White with #58AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AF5D; }
p { color: rgb(88,175,93); }
H1.HeaderClassName
{
color: #58AF5D;
}
.AnyTagClassName
{
color: #58AF5D;
}
</style>
background-color css
<style>
a { background-color: #58AF5D; }
a { background-color: rgb(88,175,93); }
div.DivClassName
{
background-color: #58AF5D;
}
.BgClassName
{
background-color: #58AF5D;
}
</style>
border-color css
<style>
span { border-color: #58AF5D; }
span { border-color: rgb(88,175,93); }
td.TdClassName
{
border-color: #58AF5D;
}
.TagClassName
{
border-color: #58AF5D;
}
</style>