Shades of Fern #58B168
Tints of Fern #58B168
RGB
CMYK
RGB Variations
Color information
#58B168 (or 0x58B168) is known color: Fern. HEX triplet: 58, B1 and 68. RGB value is (88,177,104). Sum of RGB (Red+Green+Blue) = 88+177+104=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #58B168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B168 is #A74E97. Grayscale: #8E8E8E. Windows color (decimal): -10964632 or 6861144. OLE color: 6861144.
HSL color Cylindrical-coordinate representation of color #58B168: hue angle of 130.79º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B168 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 177 | 104 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.31 |
| HSL | 130.79º | 0.36% | 0.52% | - |
| HSV(B) | 130.79º | 0.5% | 0.69% | - |
| XYZ | 22.25 | 34.52 | 18.59 | - |
| YUV | 142.07 | 106.51 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 177 | 104 | 0.50 | 0 | 0.41 | 0.31 | 130.79 | 0.36 | 0.52 |
| Hex | 58 | B1 | 68 | 32 | 0 | 29 | 1F | 83 | 24 | 34 |
| Octal | 130 | 261 | 150 | 62 | 0 | 51 | 37 | 203 | 44 | 64 |
| Binary | 1011000 | 10110001 | 1101000 | 110010 | 0 | 101001 | 11111 | 10000011 | 100100 | 110100 |
Color Harmonies of #58B168
Complementary color
Monochromatic Colors of #58B168
Black with #58B168
Text Example
Text Example
White with #58B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B168; }
p { color: rgb(88,177,104); }
H1.HeaderClassName
{
color: #58B168;
}
.AnyTagClassName
{
color: #58B168;
}
</style>
background-color css
<style>
a { background-color: #58B168; }
a { background-color: rgb(88,177,104); }
div.DivClassName
{
background-color: #58B168;
}
.BgClassName
{
background-color: #58B168;
}
</style>
border-color css
<style>
span { border-color: #58B168; }
span { border-color: rgb(88,177,104); }
td.TdClassName
{
border-color: #58B168;
}
.TagClassName
{
border-color: #58B168;
}
</style>