Shades of Fern #5CB06D
Tints of Fern #5CB06D
RGB
CMYK
RGB Variations
Color information
#5CB06D (or 0x5CB06D) is known color: Fern. HEX triplet: 5C, B0 and 6D. RGB value is (92,176,109). Sum of RGB (Red+Green+Blue) = 92+176+109=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB06D is #A34F92. Grayscale: #8F8F8F. Windows color (decimal): -10702739 or 7188572. OLE color: 7188572.
HSL color Cylindrical-coordinate representation of color #5CB06D: hue angle of 132.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB06D is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 109 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.31 |
| HSL | 132.14º | 0.35% | 0.53% | - |
| HSV(B) | 132.14º | 0.48% | 0.69% | - |
| XYZ | 22.7 | 34.43 | 19.92 | - |
| YUV | 143.25 | 108.67 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 109 | 0.48 | 0 | 0.38 | 0.31 | 132.14 | 0.35 | 0.53 |
| Hex | 5C | B0 | 6D | 30 | 0 | 26 | 1F | 84 | 23 | 35 |
| Octal | 134 | 260 | 155 | 60 | 0 | 46 | 37 | 204 | 43 | 65 |
| Binary | 1011100 | 10110000 | 1101101 | 110000 | 0 | 100110 | 11111 | 10000100 | 100011 | 110101 |
Color Harmonies of #5CB06D
Complementary color
Monochromatic Colors of #5CB06D
Black with #5CB06D
Text Example
Text Example
White with #5CB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB06D; }
p { color: rgb(92,176,109); }
H1.HeaderClassName
{
color: #5CB06D;
}
.AnyTagClassName
{
color: #5CB06D;
}
</style>
background-color css
<style>
a { background-color: #5CB06D; }
a { background-color: rgb(92,176,109); }
div.DivClassName
{
background-color: #5CB06D;
}
.BgClassName
{
background-color: #5CB06D;
}
</style>
border-color css
<style>
span { border-color: #5CB06D; }
span { border-color: rgb(92,176,109); }
td.TdClassName
{
border-color: #5CB06D;
}
.TagClassName
{
border-color: #5CB06D;
}
</style>