Shades of Fern #5BAF6B
Tints of Fern #5BAF6B
RGB
CMYK
RGB Variations
Color information
#5BAF6B (or 0x5BAF6B) is known color: Fern. HEX triplet: 5B, AF and 6B. RGB value is (91,175,107). Sum of RGB (Red+Green+Blue) = 91+175+107=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF6B is #A45094. Grayscale: #8E8E8E. Windows color (decimal): -10768533 or 7057243. OLE color: 7057243.
HSL color Cylindrical-coordinate representation of color #5BAF6B: hue angle of 131.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 #5BAF6B is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 107 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.31 |
| HSL | 131.43º | 0.34% | 0.52% | - |
| HSV(B) | 131.43º | 0.48% | 0.69% | - |
| XYZ | 22.3 | 33.95 | 19.29 | - |
| YUV | 142.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 107 | 0.48 | 0 | 0.39 | 0.31 | 131.43 | 0.34 | 0.52 |
| Hex | 5B | AF | 6B | 30 | 0 | 27 | 1F | 83 | 22 | 34 |
| Octal | 133 | 257 | 153 | 60 | 0 | 47 | 37 | 203 | 42 | 64 |
| Binary | 1011011 | 10101111 | 1101011 | 110000 | 0 | 100111 | 11111 | 10000011 | 100010 | 110100 |
Color Harmonies of #5BAF6B
Complementary color
Monochromatic Colors of #5BAF6B
Black with #5BAF6B
Text Example
Text Example
White with #5BAF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF6B; }
p { color: rgb(91,175,107); }
H1.HeaderClassName
{
color: #5BAF6B;
}
.AnyTagClassName
{
color: #5BAF6B;
}
</style>
background-color css
<style>
a { background-color: #5BAF6B; }
a { background-color: rgb(91,175,107); }
div.DivClassName
{
background-color: #5BAF6B;
}
.BgClassName
{
background-color: #5BAF6B;
}
</style>
border-color css
<style>
span { border-color: #5BAF6B; }
span { border-color: rgb(91,175,107); }
td.TdClassName
{
border-color: #5BAF6B;
}
.TagClassName
{
border-color: #5BAF6B;
}
</style>