Shades of Fern #5BCF58
Tints of Fern #5BCF58
RGB
CMYK
RGB Variations
Color information
#5BCF58 (or 0x5BCF58) is known color: Fern. HEX triplet: 5B, CF and 58. RGB value is (91,207,88). Sum of RGB (Red+Green+Blue) = 91+207+88=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCF58 is #A430A7. Grayscale: #9F9F9F. Windows color (decimal): -10760360 or 5820251. OLE color: 5820251.
HSL color Cylindrical-coordinate representation of color #5BCF58: hue angle of 118.49º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BCF58 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 88 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.19 |
| HSL | 118.49º | 0.55% | 0.58% | - |
| HSV(B) | 118.49º | 0.57% | 0.81% | - |
| XYZ | 28.39 | 47.55 | 16.92 | - |
| YUV | 158.75 | 88.07 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 88 | 0.56 | 0 | 0.57 | 0.19 | 118.49 | 0.55 | 0.58 |
| Hex | 5B | CF | 58 | 38 | 0 | 39 | 13 | 76 | 37 | 3A |
| Octal | 133 | 317 | 130 | 70 | 0 | 71 | 23 | 166 | 67 | 72 |
| Binary | 1011011 | 11001111 | 1011000 | 111000 | 0 | 111001 | 10011 | 1110110 | 110111 | 111010 |
Color Harmonies of #5BCF58
Complementary color
Monochromatic Colors of #5BCF58
Black with #5BCF58
Text Example
Text Example
White with #5BCF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF58; }
p { color: rgb(91,207,88); }
H1.HeaderClassName
{
color: #5BCF58;
}
.AnyTagClassName
{
color: #5BCF58;
}
</style>
background-color css
<style>
a { background-color: #5BCF58; }
a { background-color: rgb(91,207,88); }
div.DivClassName
{
background-color: #5BCF58;
}
.BgClassName
{
background-color: #5BCF58;
}
</style>
border-color css
<style>
span { border-color: #5BCF58; }
span { border-color: rgb(91,207,88); }
td.TdClassName
{
border-color: #5BCF58;
}
.TagClassName
{
border-color: #5BCF58;
}
</style>