Shades of Fern #58AD6B
Tints of Fern #58AD6B
RGB
CMYK
RGB Variations
Color information
#58AD6B (or 0x58AD6B) is known color: Fern. HEX triplet: 58, AD and 6B. RGB value is (88,173,107). Sum of RGB (Red+Green+Blue) = 88+173+107=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AD6B is #A75294. Grayscale: #8C8C8C. Windows color (decimal): -10965653 or 7056728. OLE color: 7056728.
HSL color Cylindrical-coordinate representation of color #58AD6B: hue angle of 133.41º 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 #58AD6B is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 107 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.32 |
| HSL | 133.41º | 0.34% | 0.51% | - |
| HSV(B) | 133.41º | 0.49% | 0.68% | - |
| XYZ | 21.62 | 33.02 | 19.14 | - |
| YUV | 140.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 107 | 0.49 | 0 | 0.38 | 0.32 | 133.41 | 0.34 | 0.51 |
| Hex | 58 | AD | 6B | 31 | 0 | 26 | 20 | 85 | 22 | 33 |
| Octal | 130 | 255 | 153 | 61 | 0 | 46 | 40 | 205 | 42 | 63 |
| Binary | 1011000 | 10101101 | 1101011 | 110001 | 0 | 100110 | 100000 | 10000101 | 100010 | 110011 |
Color Harmonies of #58AD6B
Complementary color
Monochromatic Colors of #58AD6B
Black with #58AD6B
Text Example
Text Example
White with #58AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD6B; }
p { color: rgb(88,173,107); }
H1.HeaderClassName
{
color: #58AD6B;
}
.AnyTagClassName
{
color: #58AD6B;
}
</style>
background-color css
<style>
a { background-color: #58AD6B; }
a { background-color: rgb(88,173,107); }
div.DivClassName
{
background-color: #58AD6B;
}
.BgClassName
{
background-color: #58AD6B;
}
</style>
border-color css
<style>
span { border-color: #58AD6B; }
span { border-color: rgb(88,173,107); }
td.TdClassName
{
border-color: #58AD6B;
}
.TagClassName
{
border-color: #58AD6B;
}
</style>