Shades of Fern #5BC363
Tints of Fern #5BC363
RGB
CMYK
RGB Variations
Color information
#5BC363 (or 0x5BC363) is known color: Fern. HEX triplet: 5B, C3 and 63. RGB value is (91,195,99). Sum of RGB (Red+Green+Blue) = 91+195+99=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC363 is #A43C9C. Grayscale: #999999. Windows color (decimal): -10763421 or 6538075. OLE color: 6538075.
HSL color Cylindrical-coordinate representation of color #5BC363: hue angle of 124.62º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC363 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 99 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.24 |
| HSL | 124.62º | 0.46% | 0.56% | - |
| HSV(B) | 124.62º | 0.53% | 0.76% | - |
| XYZ | 26.08 | 42.16 | 18.57 | - |
| YUV | 152.96 | 97.54 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 99 | 0.53 | 0 | 0.49 | 0.24 | 124.62 | 0.46 | 0.56 |
| Hex | 5B | C3 | 63 | 35 | 0 | 31 | 18 | 7D | 2E | 38 |
| Octal | 133 | 303 | 143 | 65 | 0 | 61 | 30 | 175 | 56 | 70 |
| Binary | 1011011 | 11000011 | 1100011 | 110101 | 0 | 110001 | 11000 | 1111101 | 101110 | 111000 |
Color Harmonies of #5BC363
Complementary color
Monochromatic Colors of #5BC363
Black with #5BC363
Text Example
Text Example
White with #5BC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC363; }
p { color: rgb(91,195,99); }
H1.HeaderClassName
{
color: #5BC363;
}
.AnyTagClassName
{
color: #5BC363;
}
</style>
background-color css
<style>
a { background-color: #5BC363; }
a { background-color: rgb(91,195,99); }
div.DivClassName
{
background-color: #5BC363;
}
.BgClassName
{
background-color: #5BC363;
}
</style>
border-color css
<style>
span { border-color: #5BC363; }
span { border-color: rgb(91,195,99); }
td.TdClassName
{
border-color: #5BC363;
}
.TagClassName
{
border-color: #5BC363;
}
</style>