Shades of Fern #5BAE6C
Tints of Fern #5BAE6C
RGB
CMYK
RGB Variations
Color information
#5BAE6C (or 0x5BAE6C) is known color: Fern. HEX triplet: 5B, AE and 6C. RGB value is (91,174,108). Sum of RGB (Red+Green+Blue) = 91+174+108=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE6C is #A45193. Grayscale: #8D8D8D. Windows color (decimal): -10768788 or 7122523. OLE color: 7122523.
HSL color Cylindrical-coordinate representation of color #5BAE6C: hue angle of 132.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAE6C is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 108 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.32 |
| HSL | 132.29º | 0.34% | 0.52% | - |
| HSV(B) | 132.29º | 0.48% | 0.68% | - |
| XYZ | 22.16 | 33.58 | 19.5 | - |
| YUV | 141.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 108 | 0.48 | 0 | 0.38 | 0.32 | 132.29 | 0.34 | 0.52 |
| Hex | 5B | AE | 6C | 30 | 0 | 26 | 20 | 84 | 22 | 34 |
| Octal | 133 | 256 | 154 | 60 | 0 | 46 | 40 | 204 | 42 | 64 |
| Binary | 1011011 | 10101110 | 1101100 | 110000 | 0 | 100110 | 100000 | 10000100 | 100010 | 110100 |
Color Harmonies of #5BAE6C
Complementary color
Monochromatic Colors of #5BAE6C
Black with #5BAE6C
Text Example
Text Example
White with #5BAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE6C; }
p { color: rgb(91,174,108); }
H1.HeaderClassName
{
color: #5BAE6C;
}
.AnyTagClassName
{
color: #5BAE6C;
}
</style>
background-color css
<style>
a { background-color: #5BAE6C; }
a { background-color: rgb(91,174,108); }
div.DivClassName
{
background-color: #5BAE6C;
}
.BgClassName
{
background-color: #5BAE6C;
}
</style>
border-color css
<style>
span { border-color: #5BAE6C; }
span { border-color: rgb(91,174,108); }
td.TdClassName
{
border-color: #5BAE6C;
}
.TagClassName
{
border-color: #5BAE6C;
}
</style>