Shades of Fern #5BBD5B
Tints of Fern #5BBD5B
RGB
CMYK
RGB Variations
Color information
#5BBD5B (or 0x5BBD5B) is known color: Fern. HEX triplet: 5B, BD and 5B. RGB value is (91,189,91). Sum of RGB (Red+Green+Blue) = 91+189+91=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBD5B is #A442A4. Grayscale: #949494. Windows color (decimal): -10764965 or 6012251. OLE color: 6012251.
HSL color Cylindrical-coordinate representation of color #5BBD5B: hue angle of 120º 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 #5BBD5B is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 91 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.26 |
| HSL | 120º | 0.43% | 0.55% | - |
| HSV(B) | 120º | 0.52% | 0.74% | - |
| XYZ | 24.4 | 39.37 | 16.21 | - |
| YUV | 148.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 91 | 0.52 | 0 | 0.52 | 0.26 | 120 | 0.43 | 0.55 |
| Hex | 5B | BD | 5B | 34 | 0 | 34 | 1A | 78 | 2B | 37 |
| Octal | 133 | 275 | 133 | 64 | 0 | 64 | 32 | 170 | 53 | 67 |
| Binary | 1011011 | 10111101 | 1011011 | 110100 | 0 | 110100 | 11010 | 1111000 | 101011 | 110111 |
Color Harmonies of #5BBD5B
Complementary color
Monochromatic Colors of #5BBD5B
Black with #5BBD5B
Text Example
Text Example
White with #5BBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD5B; }
p { color: rgb(91,189,91); }
H1.HeaderClassName
{
color: #5BBD5B;
}
.AnyTagClassName
{
color: #5BBD5B;
}
</style>
background-color css
<style>
a { background-color: #5BBD5B; }
a { background-color: rgb(91,189,91); }
div.DivClassName
{
background-color: #5BBD5B;
}
.BgClassName
{
background-color: #5BBD5B;
}
</style>
border-color css
<style>
span { border-color: #5BBD5B; }
span { border-color: rgb(91,189,91); }
td.TdClassName
{
border-color: #5BBD5B;
}
.TagClassName
{
border-color: #5BBD5B;
}
</style>