Shades of Fern #5BBD68
Tints of Fern #5BBD68
RGB
CMYK
RGB Variations
Color information
#5BBD68 (or 0x5BBD68) is known color: Fern. HEX triplet: 5B, BD and 68. RGB value is (91,189,104). Sum of RGB (Red+Green+Blue) = 91+189+104=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBD68 is #A44297. Grayscale: #969696. Windows color (decimal): -10764952 or 6864219. OLE color: 6864219.
HSL color Cylindrical-coordinate representation of color #5BBD68: hue angle of 127.96º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBD68 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 104 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.26 |
| HSL | 127.96º | 0.43% | 0.55% | - |
| HSV(B) | 127.96º | 0.52% | 0.74% | - |
| XYZ | 25.01 | 39.62 | 19.43 | - |
| YUV | 150.01 | 102.03 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 104 | 0.52 | 0 | 0.45 | 0.26 | 127.96 | 0.43 | 0.55 |
| Hex | 5B | BD | 68 | 34 | 0 | 2D | 1A | 80 | 2B | 37 |
| Octal | 133 | 275 | 150 | 64 | 0 | 55 | 32 | 200 | 53 | 67 |
| Binary | 1011011 | 10111101 | 1101000 | 110100 | 0 | 101101 | 11010 | 10000000 | 101011 | 110111 |
Color Harmonies of #5BBD68
Complementary color
Monochromatic Colors of #5BBD68
Black with #5BBD68
Text Example
Text Example
White with #5BBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD68; }
p { color: rgb(91,189,104); }
H1.HeaderClassName
{
color: #5BBD68;
}
.AnyTagClassName
{
color: #5BBD68;
}
</style>
background-color css
<style>
a { background-color: #5BBD68; }
a { background-color: rgb(91,189,104); }
div.DivClassName
{
background-color: #5BBD68;
}
.BgClassName
{
background-color: #5BBD68;
}
</style>
border-color css
<style>
span { border-color: #5BBD68; }
span { border-color: rgb(91,189,104); }
td.TdClassName
{
border-color: #5BBD68;
}
.TagClassName
{
border-color: #5BBD68;
}
</style>