Shades of Fern #5BAF60
Tints of Fern #5BAF60
RGB
CMYK
RGB Variations
Color information
#5BAF60 (or 0x5BAF60) is known color: Fern. HEX triplet: 5B, AF and 60. RGB value is (91,175,96). Sum of RGB (Red+Green+Blue) = 91+175+96=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF60 is #A4509F. Grayscale: #8D8D8D. Windows color (decimal): -10768544 or 6336347. OLE color: 6336347.
HSL color Cylindrical-coordinate representation of color #5BAF60: hue angle of 123.57º 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 #5BAF60 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 96 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.31 |
| HSL | 123.57º | 0.34% | 0.52% | - |
| HSV(B) | 123.57º | 0.48% | 0.69% | - |
| XYZ | 21.76 | 33.73 | 16.43 | - |
| YUV | 140.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 96 | 0.48 | 0 | 0.45 | 0.31 | 123.57 | 0.34 | 0.52 |
| Hex | 5B | AF | 60 | 30 | 0 | 2D | 1F | 7C | 22 | 34 |
| Octal | 133 | 257 | 140 | 60 | 0 | 55 | 37 | 174 | 42 | 64 |
| Binary | 1011011 | 10101111 | 1100000 | 110000 | 0 | 101101 | 11111 | 1111100 | 100010 | 110100 |
Color Harmonies of #5BAF60
Complementary color
Monochromatic Colors of #5BAF60
Black with #5BAF60
Text Example
Text Example
White with #5BAF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF60; }
p { color: rgb(91,175,96); }
H1.HeaderClassName
{
color: #5BAF60;
}
.AnyTagClassName
{
color: #5BAF60;
}
</style>
background-color css
<style>
a { background-color: #5BAF60; }
a { background-color: rgb(91,175,96); }
div.DivClassName
{
background-color: #5BAF60;
}
.BgClassName
{
background-color: #5BAF60;
}
</style>
border-color css
<style>
span { border-color: #5BAF60; }
span { border-color: rgb(91,175,96); }
td.TdClassName
{
border-color: #5BAF60;
}
.TagClassName
{
border-color: #5BAF60;
}
</style>