Shades of Fern #5CB06E
Tints of Fern #5CB06E
RGB
CMYK
RGB Variations
Color information
#5CB06E (or 0x5CB06E) is known color: Fern. HEX triplet: 5C, B0 and 6E. RGB value is (92,176,110). Sum of RGB (Red+Green+Blue) = 92+176+110=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB06E is #A34F91. Grayscale: #8F8F8F. Windows color (decimal): -10702738 or 7254108. OLE color: 7254108.
HSL color Cylindrical-coordinate representation of color #5CB06E: hue angle of 132.86º 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 #5CB06E is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 110 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.31 |
| HSL | 132.86º | 0.35% | 0.53% | - |
| HSV(B) | 132.86º | 0.48% | 0.69% | - |
| XYZ | 22.75 | 34.45 | 20.2 | - |
| YUV | 143.36 | 109.17 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 110 | 0.48 | 0 | 0.37 | 0.31 | 132.86 | 0.35 | 0.53 |
| Hex | 5C | B0 | 6E | 30 | 0 | 25 | 1F | 85 | 23 | 35 |
| Octal | 134 | 260 | 156 | 60 | 0 | 45 | 37 | 205 | 43 | 65 |
| Binary | 1011100 | 10110000 | 1101110 | 110000 | 0 | 100101 | 11111 | 10000101 | 100011 | 110101 |
Color Harmonies of #5CB06E
Complementary color
Monochromatic Colors of #5CB06E
Black with #5CB06E
Text Example
Text Example
White with #5CB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB06E; }
p { color: rgb(92,176,110); }
H1.HeaderClassName
{
color: #5CB06E;
}
.AnyTagClassName
{
color: #5CB06E;
}
</style>
background-color css
<style>
a { background-color: #5CB06E; }
a { background-color: rgb(92,176,110); }
div.DivClassName
{
background-color: #5CB06E;
}
.BgClassName
{
background-color: #5CB06E;
}
</style>
border-color css
<style>
span { border-color: #5CB06E; }
span { border-color: rgb(92,176,110); }
td.TdClassName
{
border-color: #5CB06E;
}
.TagClassName
{
border-color: #5CB06E;
}
</style>