Shades of Fern #5CB06A
Tints of Fern #5CB06A
RGB
CMYK
RGB Variations
Color information
#5CB06A (or 0x5CB06A) is known color: Fern. HEX triplet: 5C, B0 and 6A. RGB value is (92,176,106). Sum of RGB (Red+Green+Blue) = 92+176+106=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB06A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB06A is #A34F95. Grayscale: #8F8F8F. Windows color (decimal): -10702742 or 6991964. OLE color: 6991964.
HSL color Cylindrical-coordinate representation of color #5CB06A: hue angle of 130º 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 #5CB06A is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 106 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.31 |
| HSL | 130º | 0.35% | 0.53% | - |
| HSV(B) | 130º | 0.48% | 0.69% | - |
| XYZ | 22.54 | 34.37 | 19.08 | - |
| YUV | 142.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 106 | 0.48 | 0 | 0.40 | 0.31 | 130 | 0.35 | 0.53 |
| Hex | 5C | B0 | 6A | 30 | 0 | 28 | 1F | 82 | 23 | 35 |
| Octal | 134 | 260 | 152 | 60 | 0 | 50 | 37 | 202 | 43 | 65 |
| Binary | 1011100 | 10110000 | 1101010 | 110000 | 0 | 101000 | 11111 | 10000010 | 100011 | 110101 |
Color Harmonies of #5CB06A
Complementary color
Monochromatic Colors of #5CB06A
Black with #5CB06A
Text Example
Text Example
White with #5CB06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB06A; }
p { color: rgb(92,176,106); }
H1.HeaderClassName
{
color: #5CB06A;
}
.AnyTagClassName
{
color: #5CB06A;
}
</style>
background-color css
<style>
a { background-color: #5CB06A; }
a { background-color: rgb(92,176,106); }
div.DivClassName
{
background-color: #5CB06A;
}
.BgClassName
{
background-color: #5CB06A;
}
</style>
border-color css
<style>
span { border-color: #5CB06A; }
span { border-color: rgb(92,176,106); }
td.TdClassName
{
border-color: #5CB06A;
}
.TagClassName
{
border-color: #5CB06A;
}
</style>