Shades of Fern #5BAE6B
Tints of Fern #5BAE6B
RGB
CMYK
RGB Variations
Color information
#5BAE6B (or 0x5BAE6B) is known color: Fern. HEX triplet: 5B, AE and 6B. RGB value is (91,174,107). Sum of RGB (Red+Green+Blue) = 91+174+107=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE6B is #A45194. Grayscale: #8D8D8D. Windows color (decimal): -10768789 or 7056987. OLE color: 7056987.
HSL color Cylindrical-coordinate representation of color #5BAE6B: hue angle of 131.57º 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 #5BAE6B is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 107 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.32 |
| HSL | 131.57º | 0.34% | 0.52% | - |
| HSV(B) | 131.57º | 0.48% | 0.68% | - |
| XYZ | 22.1 | 33.56 | 19.22 | - |
| YUV | 141.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 107 | 0.48 | 0 | 0.39 | 0.32 | 131.57 | 0.34 | 0.52 |
| Hex | 5B | AE | 6B | 30 | 0 | 27 | 20 | 84 | 22 | 34 |
| Octal | 133 | 256 | 153 | 60 | 0 | 47 | 40 | 204 | 42 | 64 |
| Binary | 1011011 | 10101110 | 1101011 | 110000 | 0 | 100111 | 100000 | 10000100 | 100010 | 110100 |
Color Harmonies of #5BAE6B
Complementary color
Monochromatic Colors of #5BAE6B
Black with #5BAE6B
Text Example
Text Example
White with #5BAE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE6B; }
p { color: rgb(91,174,107); }
H1.HeaderClassName
{
color: #5BAE6B;
}
.AnyTagClassName
{
color: #5BAE6B;
}
</style>
background-color css
<style>
a { background-color: #5BAE6B; }
a { background-color: rgb(91,174,107); }
div.DivClassName
{
background-color: #5BAE6B;
}
.BgClassName
{
background-color: #5BAE6B;
}
</style>
border-color css
<style>
span { border-color: #5BAE6B; }
span { border-color: rgb(91,174,107); }
td.TdClassName
{
border-color: #5BAE6B;
}
.TagClassName
{
border-color: #5BAE6B;
}
</style>