Shades of Fern #5BAF5E
Tints of Fern #5BAF5E
RGB
CMYK
RGB Variations
Color information
#5BAF5E (or 0x5BAF5E) is known color: Fern. HEX triplet: 5B, AF and 5E. RGB value is (91,175,94). Sum of RGB (Red+Green+Blue) = 91+175+94=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF5E is #A450A1. Grayscale: #8C8C8C. Windows color (decimal): -10768546 or 6205275. OLE color: 6205275.
HSL color Cylindrical-coordinate representation of color #5BAF5E: hue angle of 122.14º 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 #5BAF5E is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 94 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.31 |
| HSL | 122.14º | 0.34% | 0.52% | - |
| HSV(B) | 122.14º | 0.48% | 0.69% | - |
| XYZ | 21.66 | 33.69 | 15.95 | - |
| YUV | 140.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 94 | 0.48 | 0 | 0.46 | 0.31 | 122.14 | 0.34 | 0.52 |
| Hex | 5B | AF | 5E | 30 | 0 | 2E | 1F | 7A | 22 | 34 |
| Octal | 133 | 257 | 136 | 60 | 0 | 56 | 37 | 172 | 42 | 64 |
| Binary | 1011011 | 10101111 | 1011110 | 110000 | 0 | 101110 | 11111 | 1111010 | 100010 | 110100 |
Color Harmonies of #5BAF5E
Complementary color
Monochromatic Colors of #5BAF5E
Black with #5BAF5E
Text Example
Text Example
White with #5BAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF5E; }
p { color: rgb(91,175,94); }
H1.HeaderClassName
{
color: #5BAF5E;
}
.AnyTagClassName
{
color: #5BAF5E;
}
</style>
background-color css
<style>
a { background-color: #5BAF5E; }
a { background-color: rgb(91,175,94); }
div.DivClassName
{
background-color: #5BAF5E;
}
.BgClassName
{
background-color: #5BAF5E;
}
</style>
border-color css
<style>
span { border-color: #5BAF5E; }
span { border-color: rgb(91,175,94); }
td.TdClassName
{
border-color: #5BAF5E;
}
.TagClassName
{
border-color: #5BAF5E;
}
</style>