Shades of Fern #5BC370
Tints of Fern #5BC370
RGB
CMYK
RGB Variations
Color information
#5BC370 (or 0x5BC370) is known color: Fern. HEX triplet: 5B, C3 and 70. RGB value is (91,195,112). Sum of RGB (Red+Green+Blue) = 91+195+112=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC370 is #A43C8F. Grayscale: #9A9A9A. Windows color (decimal): -10763408 or 7390043. OLE color: 7390043.
HSL color Cylindrical-coordinate representation of color #5BC370: hue angle of 132.12º 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 #5BC370 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 112 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.24 |
| HSL | 132.12º | 0.46% | 0.56% | - |
| HSV(B) | 132.12º | 0.53% | 0.76% | - |
| XYZ | 26.75 | 42.42 | 22.11 | - |
| YUV | 154.44 | 104.04 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 112 | 0.53 | 0 | 0.43 | 0.24 | 132.12 | 0.46 | 0.56 |
| Hex | 5B | C3 | 70 | 35 | 0 | 2B | 18 | 84 | 2E | 38 |
| Octal | 133 | 303 | 160 | 65 | 0 | 53 | 30 | 204 | 56 | 70 |
| Binary | 1011011 | 11000011 | 1110000 | 110101 | 0 | 101011 | 11000 | 10000100 | 101110 | 111000 |
Color Harmonies of #5BC370
Complementary color
Monochromatic Colors of #5BC370
Black with #5BC370
Text Example
Text Example
White with #5BC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC370; }
p { color: rgb(91,195,112); }
H1.HeaderClassName
{
color: #5BC370;
}
.AnyTagClassName
{
color: #5BC370;
}
</style>
background-color css
<style>
a { background-color: #5BC370; }
a { background-color: rgb(91,195,112); }
div.DivClassName
{
background-color: #5BC370;
}
.BgClassName
{
background-color: #5BC370;
}
</style>
border-color css
<style>
span { border-color: #5BC370; }
span { border-color: rgb(91,195,112); }
td.TdClassName
{
border-color: #5BC370;
}
.TagClassName
{
border-color: #5BC370;
}
</style>