Shades of Fern #58A266
Tints of Fern #58A266
RGB
CMYK
RGB Variations
Color information
#58A266 (or 0x58A266) is known color: Fern. HEX triplet: 58, A2 and 66. RGB value is (88,162,102). Sum of RGB (Red+Green+Blue) = 88+162+102=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #58A266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A266 is #A75D99. Grayscale: #858585. Windows color (decimal): -10968474 or 6726232. OLE color: 6726232.
HSL color Cylindrical-coordinate representation of color #58A266: hue angle of 131.35º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A266 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 162 | 102 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.36 |
| HSL | 131.35º | 0.3% | 0.49% | - |
| HSV(B) | 131.35º | 0.46% | 0.64% | - |
| XYZ | 19.34 | 28.87 | 17.12 | - |
| YUV | 133.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 162 | 102 | 0.46 | 0 | 0.37 | 0.36 | 131.35 | 0.3 | 0.49 |
| Hex | 58 | A2 | 66 | 2E | 0 | 25 | 24 | 83 | 1E | 31 |
| Octal | 130 | 242 | 146 | 56 | 0 | 45 | 44 | 203 | 36 | 61 |
| Binary | 1011000 | 10100010 | 1100110 | 101110 | 0 | 100101 | 100100 | 10000011 | 11110 | 110001 |
Color Harmonies of #58A266
Complementary color
Monochromatic Colors of #58A266
Black with #58A266
Text Example
Text Example
White with #58A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A266; }
p { color: rgb(88,162,102); }
H1.HeaderClassName
{
color: #58A266;
}
.AnyTagClassName
{
color: #58A266;
}
</style>
background-color css
<style>
a { background-color: #58A266; }
a { background-color: rgb(88,162,102); }
div.DivClassName
{
background-color: #58A266;
}
.BgClassName
{
background-color: #58A266;
}
</style>
border-color css
<style>
span { border-color: #58A266; }
span { border-color: rgb(88,162,102); }
td.TdClassName
{
border-color: #58A266;
}
.TagClassName
{
border-color: #58A266;
}
</style>