Shades of Fern #5BAF72
Tints of Fern #5BAF72
RGB
CMYK
RGB Variations
Color information
#5BAF72 (or 0x5BAF72) is known color: Fern. HEX triplet: 5B, AF and 72. RGB value is (91,175,114). Sum of RGB (Red+Green+Blue) = 91+175+114=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF72 is #A4508D. Grayscale: #8F8F8F. Windows color (decimal): -10768526 or 7515995. OLE color: 7515995.
HSL color Cylindrical-coordinate representation of color #5BAF72: hue angle of 136.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAF72 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 114 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.31 |
| HSL | 136.43º | 0.34% | 0.52% | - |
| HSV(B) | 136.43º | 0.48% | 0.69% | - |
| XYZ | 22.68 | 34.1 | 21.31 | - |
| YUV | 142.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 114 | 0.48 | 0 | 0.35 | 0.31 | 136.43 | 0.34 | 0.52 |
| Hex | 5B | AF | 72 | 30 | 0 | 23 | 1F | 88 | 22 | 34 |
| Octal | 133 | 257 | 162 | 60 | 0 | 43 | 37 | 210 | 42 | 64 |
| Binary | 1011011 | 10101111 | 1110010 | 110000 | 0 | 100011 | 11111 | 10001000 | 100010 | 110100 |
Color Harmonies of #5BAF72
Complementary color
Monochromatic Colors of #5BAF72
Black with #5BAF72
Text Example
Text Example
White with #5BAF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF72; }
p { color: rgb(91,175,114); }
H1.HeaderClassName
{
color: #5BAF72;
}
.AnyTagClassName
{
color: #5BAF72;
}
</style>
background-color css
<style>
a { background-color: #5BAF72; }
a { background-color: rgb(91,175,114); }
div.DivClassName
{
background-color: #5BAF72;
}
.BgClassName
{
background-color: #5BAF72;
}
</style>
border-color css
<style>
span { border-color: #5BAF72; }
span { border-color: rgb(91,175,114); }
td.TdClassName
{
border-color: #5BAF72;
}
.TagClassName
{
border-color: #5BAF72;
}
</style>