Shades of Fern #58BC6B
Tints of Fern #58BC6B
RGB
CMYK
RGB Variations
Color information
#58BC6B (or 0x58BC6B) is known color: Fern. HEX triplet: 58, BC and 6B. RGB value is (88,188,107). Sum of RGB (Red+Green+Blue) = 88+188+107=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BC6B is #A74394. Grayscale: #959595. Windows color (decimal): -10961813 or 7060568. OLE color: 7060568.
HSL color Cylindrical-coordinate representation of color #58BC6B: hue angle of 131.4º 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 #58BC6B is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 107 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.26 |
| HSL | 131.4º | 0.43% | 0.54% | - |
| HSV(B) | 131.4º | 0.53% | 0.74% | - |
| XYZ | 24.66 | 39.1 | 20.16 | - |
| YUV | 148.87 | 104.37 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 107 | 0.53 | 0 | 0.43 | 0.26 | 131.4 | 0.43 | 0.54 |
| Hex | 58 | BC | 6B | 35 | 0 | 2B | 1A | 83 | 2B | 36 |
| Octal | 130 | 274 | 153 | 65 | 0 | 53 | 32 | 203 | 53 | 66 |
| Binary | 1011000 | 10111100 | 1101011 | 110101 | 0 | 101011 | 11010 | 10000011 | 101011 | 110110 |
Color Harmonies of #58BC6B
Complementary color
Monochromatic Colors of #58BC6B
Black with #58BC6B
Text Example
Text Example
White with #58BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC6B; }
p { color: rgb(88,188,107); }
H1.HeaderClassName
{
color: #58BC6B;
}
.AnyTagClassName
{
color: #58BC6B;
}
</style>
background-color css
<style>
a { background-color: #58BC6B; }
a { background-color: rgb(88,188,107); }
div.DivClassName
{
background-color: #58BC6B;
}
.BgClassName
{
background-color: #58BC6B;
}
</style>
border-color css
<style>
span { border-color: #58BC6B; }
span { border-color: rgb(88,188,107); }
td.TdClassName
{
border-color: #58BC6B;
}
.TagClassName
{
border-color: #58BC6B;
}
</style>