Shades of Fern #5BAE6A
Tints of Fern #5BAE6A
RGB
CMYK
RGB Variations
Color information
#5BAE6A (or 0x5BAE6A) is known color: Fern. HEX triplet: 5B, AE and 6A. RGB value is (91,174,106). Sum of RGB (Red+Green+Blue) = 91+174+106=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE6A is #A45195. Grayscale: #8D8D8D. Windows color (decimal): -10768790 or 6991451. OLE color: 6991451.
HSL color Cylindrical-coordinate representation of color #5BAE6A: hue angle of 130.84º 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 #5BAE6A is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 106 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.32 |
| HSL | 130.84º | 0.34% | 0.52% | - |
| HSV(B) | 130.84º | 0.48% | 0.68% | - |
| XYZ | 22.05 | 33.54 | 18.95 | - |
| YUV | 141.43 | 108 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 106 | 0.48 | 0 | 0.39 | 0.32 | 130.84 | 0.34 | 0.52 |
| Hex | 5B | AE | 6A | 30 | 0 | 27 | 20 | 83 | 22 | 34 |
| Octal | 133 | 256 | 152 | 60 | 0 | 47 | 40 | 203 | 42 | 64 |
| Binary | 1011011 | 10101110 | 1101010 | 110000 | 0 | 100111 | 100000 | 10000011 | 100010 | 110100 |
Color Harmonies of #5BAE6A
Complementary color
Monochromatic Colors of #5BAE6A
Black with #5BAE6A
Text Example
Text Example
White with #5BAE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE6A; }
p { color: rgb(91,174,106); }
H1.HeaderClassName
{
color: #5BAE6A;
}
.AnyTagClassName
{
color: #5BAE6A;
}
</style>
background-color css
<style>
a { background-color: #5BAE6A; }
a { background-color: rgb(91,174,106); }
div.DivClassName
{
background-color: #5BAE6A;
}
.BgClassName
{
background-color: #5BAE6A;
}
</style>
border-color css
<style>
span { border-color: #5BAE6A; }
span { border-color: rgb(91,174,106); }
td.TdClassName
{
border-color: #5BAE6A;
}
.TagClassName
{
border-color: #5BAE6A;
}
</style>