Shades of Fern #58B366
Tints of Fern #58B366
RGB
CMYK
RGB Variations
Color information
#58B366 (or 0x58B366) is known color: Fern. HEX triplet: 58, B3 and 66. RGB value is (88,179,102). Sum of RGB (Red+Green+Blue) = 88+179+102=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #58B366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B366 is #A74C99. Grayscale: #8F8F8F. Windows color (decimal): -10964122 or 6730584. OLE color: 6730584.
HSL color Cylindrical-coordinate representation of color #58B366: hue angle of 129.23º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B366 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 179 | 102 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.30 |
| HSL | 129.23º | 0.37% | 0.52% | - |
| HSV(B) | 129.23º | 0.51% | 0.7% | - |
| XYZ | 22.54 | 35.27 | 18.19 | - |
| YUV | 143.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 179 | 102 | 0.51 | 0 | 0.43 | 0.30 | 129.23 | 0.37 | 0.52 |
| Hex | 58 | B3 | 66 | 33 | 0 | 2B | 1E | 81 | 25 | 34 |
| Octal | 130 | 263 | 146 | 63 | 0 | 53 | 36 | 201 | 45 | 64 |
| Binary | 1011000 | 10110011 | 1100110 | 110011 | 0 | 101011 | 11110 | 10000001 | 100101 | 110100 |
Color Harmonies of #58B366
Complementary color
Monochromatic Colors of #58B366
Black with #58B366
Text Example
Text Example
White with #58B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B366; }
p { color: rgb(88,179,102); }
H1.HeaderClassName
{
color: #58B366;
}
.AnyTagClassName
{
color: #58B366;
}
</style>
background-color css
<style>
a { background-color: #58B366; }
a { background-color: rgb(88,179,102); }
div.DivClassName
{
background-color: #58B366;
}
.BgClassName
{
background-color: #58B366;
}
</style>
border-color css
<style>
span { border-color: #58B366; }
span { border-color: rgb(88,179,102); }
td.TdClassName
{
border-color: #58B366;
}
.TagClassName
{
border-color: #58B366;
}
</style>