Shades of Fern #58BC68
Tints of Fern #58BC68
RGB
CMYK
RGB Variations
Color information
#58BC68 (or 0x58BC68) is known color: Fern. HEX triplet: 58, BC and 68. RGB value is (88,188,104). Sum of RGB (Red+Green+Blue) = 88+188+104=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BC68 is #A74397. Grayscale: #949494. Windows color (decimal): -10961816 or 6863960. OLE color: 6863960.
HSL color Cylindrical-coordinate representation of color #58BC68: hue angle of 129.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BC68 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 104 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.26 |
| HSL | 129.6º | 0.43% | 0.54% | - |
| HSV(B) | 129.6º | 0.53% | 0.74% | - |
| XYZ | 24.51 | 39.04 | 19.34 | - |
| YUV | 148.52 | 102.87 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 104 | 0.53 | 0 | 0.45 | 0.26 | 129.6 | 0.43 | 0.54 |
| Hex | 58 | BC | 68 | 35 | 0 | 2D | 1A | 82 | 2B | 36 |
| Octal | 130 | 274 | 150 | 65 | 0 | 55 | 32 | 202 | 53 | 66 |
| Binary | 1011000 | 10111100 | 1101000 | 110101 | 0 | 101101 | 11010 | 10000010 | 101011 | 110110 |
Color Harmonies of #58BC68
Complementary color
Monochromatic Colors of #58BC68
Black with #58BC68
Text Example
Text Example
White with #58BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC68; }
p { color: rgb(88,188,104); }
H1.HeaderClassName
{
color: #58BC68;
}
.AnyTagClassName
{
color: #58BC68;
}
</style>
background-color css
<style>
a { background-color: #58BC68; }
a { background-color: rgb(88,188,104); }
div.DivClassName
{
background-color: #58BC68;
}
.BgClassName
{
background-color: #58BC68;
}
</style>
border-color css
<style>
span { border-color: #58BC68; }
span { border-color: rgb(88,188,104); }
td.TdClassName
{
border-color: #58BC68;
}
.TagClassName
{
border-color: #58BC68;
}
</style>