Shades of Fern #5BAE6D
Tints of Fern #5BAE6D
RGB
CMYK
RGB Variations
Color information
#5BAE6D (or 0x5BAE6D) is known color: Fern. HEX triplet: 5B, AE and 6D. RGB value is (91,174,109). Sum of RGB (Red+Green+Blue) = 91+174+109=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE6D is #A45192. Grayscale: #8D8D8D. Windows color (decimal): -10768787 or 7188059. OLE color: 7188059.
HSL color Cylindrical-coordinate representation of color #5BAE6D: hue angle of 133.01º 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 #5BAE6D is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 109 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.32 |
| HSL | 133.01º | 0.34% | 0.52% | - |
| HSV(B) | 133.01º | 0.48% | 0.68% | - |
| XYZ | 22.21 | 33.6 | 19.78 | - |
| YUV | 141.77 | 109.5 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 109 | 0.48 | 0 | 0.37 | 0.32 | 133.01 | 0.34 | 0.52 |
| Hex | 5B | AE | 6D | 30 | 0 | 25 | 20 | 85 | 22 | 34 |
| Octal | 133 | 256 | 155 | 60 | 0 | 45 | 40 | 205 | 42 | 64 |
| Binary | 1011011 | 10101110 | 1101101 | 110000 | 0 | 100101 | 100000 | 10000101 | 100010 | 110100 |
Color Harmonies of #5BAE6D
Complementary color
Monochromatic Colors of #5BAE6D
Black with #5BAE6D
Text Example
Text Example
White with #5BAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE6D; }
p { color: rgb(91,174,109); }
H1.HeaderClassName
{
color: #5BAE6D;
}
.AnyTagClassName
{
color: #5BAE6D;
}
</style>
background-color css
<style>
a { background-color: #5BAE6D; }
a { background-color: rgb(91,174,109); }
div.DivClassName
{
background-color: #5BAE6D;
}
.BgClassName
{
background-color: #5BAE6D;
}
</style>
border-color css
<style>
span { border-color: #5BAE6D; }
span { border-color: rgb(91,174,109); }
td.TdClassName
{
border-color: #5BAE6D;
}
.TagClassName
{
border-color: #5BAE6D;
}
</style>