Shades of Fern #5BBC62
Tints of Fern #5BBC62
RGB
CMYK
RGB Variations
Color information
#5BBC62 (or 0x5BBC62) is known color: Fern. HEX triplet: 5B, BC and 62. RGB value is (91,188,98). Sum of RGB (Red+Green+Blue) = 91+188+98=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC62 is #A4439D. Grayscale: #959595. Windows color (decimal): -10765214 or 6470747. OLE color: 6470747.
HSL color Cylindrical-coordinate representation of color #5BBC62: hue angle of 124.33º degrees, saturation: 0.42, 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 #5BBC62 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 98 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.26 |
| HSL | 124.33º | 0.42% | 0.55% | - |
| HSV(B) | 124.33º | 0.52% | 0.74% | - |
| XYZ | 24.5 | 39.07 | 17.81 | - |
| YUV | 148.74 | 99.36 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 98 | 0.52 | 0 | 0.48 | 0.26 | 124.33 | 0.42 | 0.55 |
| Hex | 5B | BC | 62 | 34 | 0 | 30 | 1A | 7C | 2A | 37 |
| Octal | 133 | 274 | 142 | 64 | 0 | 60 | 32 | 174 | 52 | 67 |
| Binary | 1011011 | 10111100 | 1100010 | 110100 | 0 | 110000 | 11010 | 1111100 | 101010 | 110111 |
Color Harmonies of #5BBC62
Complementary color
Monochromatic Colors of #5BBC62
Black with #5BBC62
Text Example
Text Example
White with #5BBC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC62; }
p { color: rgb(91,188,98); }
H1.HeaderClassName
{
color: #5BBC62;
}
.AnyTagClassName
{
color: #5BBC62;
}
</style>
background-color css
<style>
a { background-color: #5BBC62; }
a { background-color: rgb(91,188,98); }
div.DivClassName
{
background-color: #5BBC62;
}
.BgClassName
{
background-color: #5BBC62;
}
</style>
border-color css
<style>
span { border-color: #5BBC62; }
span { border-color: rgb(91,188,98); }
td.TdClassName
{
border-color: #5BBC62;
}
.TagClassName
{
border-color: #5BBC62;
}
</style>