Shades of Fern #58CF5A
Tints of Fern #58CF5A
RGB
CMYK
RGB Variations
Color information
#58CF5A (or 0x58CF5A) is known color: Fern. HEX triplet: 58, CF and 5A. RGB value is (88,207,90). Sum of RGB (Red+Green+Blue) = 88+207+90=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #58CF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CF5A is #A730A5. Grayscale: #9E9E9E. Windows color (decimal): -10956966 or 5951320. OLE color: 5951320.
HSL color Cylindrical-coordinate representation of color #58CF5A: hue angle of 121.01º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CF5A is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 90 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.19 |
| HSL | 121.01º | 0.55% | 0.58% | - |
| HSV(B) | 121.01º | 0.57% | 0.81% | - |
| XYZ | 28.18 | 47.44 | 17.34 | - |
| YUV | 158.08 | 89.58 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 90 | 0.57 | 0 | 0.57 | 0.19 | 121.01 | 0.55 | 0.58 |
| Hex | 58 | CF | 5A | 39 | 0 | 39 | 13 | 79 | 37 | 3A |
| Octal | 130 | 317 | 132 | 71 | 0 | 71 | 23 | 171 | 67 | 72 |
| Binary | 1011000 | 11001111 | 1011010 | 111001 | 0 | 111001 | 10011 | 1111001 | 110111 | 111010 |
Color Harmonies of #58CF5A
Complementary color
Monochromatic Colors of #58CF5A
Black with #58CF5A
Text Example
Text Example
White with #58CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CF5A; }
p { color: rgb(88,207,90); }
H1.HeaderClassName
{
color: #58CF5A;
}
.AnyTagClassName
{
color: #58CF5A;
}
</style>
background-color css
<style>
a { background-color: #58CF5A; }
a { background-color: rgb(88,207,90); }
div.DivClassName
{
background-color: #58CF5A;
}
.BgClassName
{
background-color: #58CF5A;
}
</style>
border-color css
<style>
span { border-color: #58CF5A; }
span { border-color: rgb(88,207,90); }
td.TdClassName
{
border-color: #58CF5A;
}
.TagClassName
{
border-color: #58CF5A;
}
</style>