Shades of Fern #5BAF68
Tints of Fern #5BAF68
RGB
CMYK
RGB Variations
Color information
#5BAF68 (or 0x5BAF68) is known color: Fern. HEX triplet: 5B, AF and 68. RGB value is (91,175,104). Sum of RGB (Red+Green+Blue) = 91+175+104=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF68 is #A45097. Grayscale: #8D8D8D. Windows color (decimal): -10768536 or 6860635. OLE color: 6860635.
HSL color Cylindrical-coordinate representation of color #5BAF68: hue angle of 129.29º 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 #5BAF68 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 104 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.31 |
| HSL | 129.29º | 0.34% | 0.52% | - |
| HSV(B) | 129.29º | 0.48% | 0.69% | - |
| XYZ | 22.14 | 33.88 | 18.47 | - |
| YUV | 141.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 104 | 0.48 | 0 | 0.41 | 0.31 | 129.29 | 0.34 | 0.52 |
| Hex | 5B | AF | 68 | 30 | 0 | 29 | 1F | 81 | 22 | 34 |
| Octal | 133 | 257 | 150 | 60 | 0 | 51 | 37 | 201 | 42 | 64 |
| Binary | 1011011 | 10101111 | 1101000 | 110000 | 0 | 101001 | 11111 | 10000001 | 100010 | 110100 |
Color Harmonies of #5BAF68
Complementary color
Monochromatic Colors of #5BAF68
Black with #5BAF68
Text Example
Text Example
White with #5BAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF68; }
p { color: rgb(91,175,104); }
H1.HeaderClassName
{
color: #5BAF68;
}
.AnyTagClassName
{
color: #5BAF68;
}
</style>
background-color css
<style>
a { background-color: #5BAF68; }
a { background-color: rgb(91,175,104); }
div.DivClassName
{
background-color: #5BAF68;
}
.BgClassName
{
background-color: #5BAF68;
}
</style>
border-color css
<style>
span { border-color: #5BAF68; }
span { border-color: rgb(91,175,104); }
td.TdClassName
{
border-color: #5BAF68;
}
.TagClassName
{
border-color: #5BAF68;
}
</style>