Shades of Fern #5BBC5C
Tints of Fern #5BBC5C
RGB
CMYK
RGB Variations
Color information
#5BBC5C (or 0x5BBC5C) is known color: Fern. HEX triplet: 5B, BC and 5C. RGB value is (91,188,92). Sum of RGB (Red+Green+Blue) = 91+188+92=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC5C is #A443A3. Grayscale: #949494. Windows color (decimal): -10765220 or 6077531. OLE color: 6077531.
HSL color Cylindrical-coordinate representation of color #5BBC5C: hue angle of 120.62º 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 #5BBC5C is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 92 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.26 |
| HSL | 120.62º | 0.42% | 0.55% | - |
| HSV(B) | 120.62º | 0.52% | 0.74% | - |
| XYZ | 24.23 | 38.96 | 16.37 | - |
| YUV | 148.05 | 96.36 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 92 | 0.52 | 0 | 0.51 | 0.26 | 120.62 | 0.42 | 0.55 |
| Hex | 5B | BC | 5C | 34 | 0 | 33 | 1A | 79 | 2A | 37 |
| Octal | 133 | 274 | 134 | 64 | 0 | 63 | 32 | 171 | 52 | 67 |
| Binary | 1011011 | 10111100 | 1011100 | 110100 | 0 | 110011 | 11010 | 1111001 | 101010 | 110111 |
Color Harmonies of #5BBC5C
Complementary color
Monochromatic Colors of #5BBC5C
Black with #5BBC5C
Text Example
Text Example
White with #5BBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC5C; }
p { color: rgb(91,188,92); }
H1.HeaderClassName
{
color: #5BBC5C;
}
.AnyTagClassName
{
color: #5BBC5C;
}
</style>
background-color css
<style>
a { background-color: #5BBC5C; }
a { background-color: rgb(91,188,92); }
div.DivClassName
{
background-color: #5BBC5C;
}
.BgClassName
{
background-color: #5BBC5C;
}
</style>
border-color css
<style>
span { border-color: #5BBC5C; }
span { border-color: rgb(91,188,92); }
td.TdClassName
{
border-color: #5BBC5C;
}
.TagClassName
{
border-color: #5BBC5C;
}
</style>