Shades of Fern #58AB68
Tints of Fern #58AB68
RGB
CMYK
RGB Variations
Color information
#58AB68 (or 0x58AB68) is known color: Fern. HEX triplet: 58, AB and 68. RGB value is (88,171,104). Sum of RGB (Red+Green+Blue) = 88+171+104=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AB68 is #A75497. Grayscale: #8A8A8A. Windows color (decimal): -10966168 or 6859608. OLE color: 6859608.
HSL color Cylindrical-coordinate representation of color #58AB68: hue angle of 131.57º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AB68 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 171 | 104 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.33 |
| HSL | 131.57º | 0.33% | 0.51% | - |
| HSV(B) | 131.57º | 0.49% | 0.67% | - |
| XYZ | 21.09 | 32.2 | 18.2 | - |
| YUV | 138.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 104 | 0.49 | 0 | 0.39 | 0.33 | 131.57 | 0.33 | 0.51 |
| Hex | 58 | AB | 68 | 31 | 0 | 27 | 21 | 84 | 21 | 33 |
| Octal | 130 | 253 | 150 | 61 | 0 | 47 | 41 | 204 | 41 | 63 |
| Binary | 1011000 | 10101011 | 1101000 | 110001 | 0 | 100111 | 100001 | 10000100 | 100001 | 110011 |
Color Harmonies of #58AB68
Complementary color
Monochromatic Colors of #58AB68
Black with #58AB68
Text Example
Text Example
White with #58AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AB68; }
p { color: rgb(88,171,104); }
H1.HeaderClassName
{
color: #58AB68;
}
.AnyTagClassName
{
color: #58AB68;
}
</style>
background-color css
<style>
a { background-color: #58AB68; }
a { background-color: rgb(88,171,104); }
div.DivClassName
{
background-color: #58AB68;
}
.BgClassName
{
background-color: #58AB68;
}
</style>
border-color css
<style>
span { border-color: #58AB68; }
span { border-color: rgb(88,171,104); }
td.TdClassName
{
border-color: #58AB68;
}
.TagClassName
{
border-color: #58AB68;
}
</style>