Shades of Fern #5BC06C
Tints of Fern #5BC06C
RGB
CMYK
RGB Variations
Color information
#5BC06C (or 0x5BC06C) is known color: Fern. HEX triplet: 5B, C0 and 6C. RGB value is (91,192,108). Sum of RGB (Red+Green+Blue) = 91+192+108=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC06C is #A43F93. Grayscale: #989898. Windows color (decimal): -10764180 or 7127131. OLE color: 7127131.
HSL color Cylindrical-coordinate representation of color #5BC06C: hue angle of 130.1º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC06C is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 108 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.25 |
| HSL | 130.1º | 0.44% | 0.55% | - |
| HSV(B) | 130.1º | 0.53% | 0.75% | - |
| XYZ | 25.87 | 41.01 | 20.74 | - |
| YUV | 152.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 108 | 0.53 | 0 | 0.44 | 0.25 | 130.1 | 0.44 | 0.55 |
| Hex | 5B | C0 | 6C | 35 | 0 | 2C | 19 | 82 | 2C | 37 |
| Octal | 133 | 300 | 154 | 65 | 0 | 54 | 31 | 202 | 54 | 67 |
| Binary | 1011011 | 11000000 | 1101100 | 110101 | 0 | 101100 | 11001 | 10000010 | 101100 | 110111 |
Color Harmonies of #5BC06C
Complementary color
Monochromatic Colors of #5BC06C
Black with #5BC06C
Text Example
Text Example
White with #5BC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC06C; }
p { color: rgb(91,192,108); }
H1.HeaderClassName
{
color: #5BC06C;
}
.AnyTagClassName
{
color: #5BC06C;
}
</style>
background-color css
<style>
a { background-color: #5BC06C; }
a { background-color: rgb(91,192,108); }
div.DivClassName
{
background-color: #5BC06C;
}
.BgClassName
{
background-color: #5BC06C;
}
</style>
border-color css
<style>
span { border-color: #5BC06C; }
span { border-color: rgb(91,192,108); }
td.TdClassName
{
border-color: #5BC06C;
}
.TagClassName
{
border-color: #5BC06C;
}
</style>