Shades of Fern #58C360
Tints of Fern #58C360
RGB
CMYK
RGB Variations
Color information
#58C360 (or 0x58C360) is known color: Fern. HEX triplet: 58, C3 and 60. RGB value is (88,195,96). Sum of RGB (Red+Green+Blue) = 88+195+96=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #58C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C360 is #A73C9F. Grayscale: #989898. Windows color (decimal): -10960032 or 6341464. OLE color: 6341464.
HSL color Cylindrical-coordinate representation of color #58C360: hue angle of 124.49º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C360 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 96 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.24 |
| HSL | 124.49º | 0.47% | 0.55% | - |
| HSV(B) | 124.49º | 0.55% | 0.76% | - |
| XYZ | 25.65 | 41.95 | 17.81 | - |
| YUV | 151.72 | 96.55 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 96 | 0.55 | 0 | 0.51 | 0.24 | 124.49 | 0.47 | 0.55 |
| Hex | 58 | C3 | 60 | 37 | 0 | 33 | 18 | 7C | 2F | 37 |
| Octal | 130 | 303 | 140 | 67 | 0 | 63 | 30 | 174 | 57 | 67 |
| Binary | 1011000 | 11000011 | 1100000 | 110111 | 0 | 110011 | 11000 | 1111100 | 101111 | 110111 |
Color Harmonies of #58C360
Complementary color
Monochromatic Colors of #58C360
Black with #58C360
Text Example
Text Example
White with #58C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C360; }
p { color: rgb(88,195,96); }
H1.HeaderClassName
{
color: #58C360;
}
.AnyTagClassName
{
color: #58C360;
}
</style>
background-color css
<style>
a { background-color: #58C360; }
a { background-color: rgb(88,195,96); }
div.DivClassName
{
background-color: #58C360;
}
.BgClassName
{
background-color: #58C360;
}
</style>
border-color css
<style>
span { border-color: #58C360; }
span { border-color: rgb(88,195,96); }
td.TdClassName
{
border-color: #58C360;
}
.TagClassName
{
border-color: #58C360;
}
</style>