Shades of Fern #5CBD70
Tints of Fern #5CBD70
RGB
CMYK
RGB Variations
Color information
#5CBD70 (or 0x5CBD70) is known color: Fern. HEX triplet: 5C, BD and 70. RGB value is (92,189,112). Sum of RGB (Red+Green+Blue) = 92+189+112=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBD70 is #A3428F. Grayscale: #979797. Windows color (decimal): -10699408 or 7388508. OLE color: 7388508.
HSL color Cylindrical-coordinate representation of color #5CBD70: hue angle of 132.37º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBD70 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 189 | 112 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.26 |
| HSL | 132.37º | 0.42% | 0.55% | - |
| HSV(B) | 132.37º | 0.51% | 0.74% | - |
| XYZ | 25.54 | 39.84 | 21.67 | - |
| YUV | 151.22 | 105.86 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 112 | 0.51 | 0 | 0.41 | 0.26 | 132.37 | 0.42 | 0.55 |
| Hex | 5C | BD | 70 | 33 | 0 | 29 | 1A | 84 | 2A | 37 |
| Octal | 134 | 275 | 160 | 63 | 0 | 51 | 32 | 204 | 52 | 67 |
| Binary | 1011100 | 10111101 | 1110000 | 110011 | 0 | 101001 | 11010 | 10000100 | 101010 | 110111 |
Color Harmonies of #5CBD70
Complementary color
Monochromatic Colors of #5CBD70
Black with #5CBD70
Text Example
Text Example
White with #5CBD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBD70; }
p { color: rgb(92,189,112); }
H1.HeaderClassName
{
color: #5CBD70;
}
.AnyTagClassName
{
color: #5CBD70;
}
</style>
background-color css
<style>
a { background-color: #5CBD70; }
a { background-color: rgb(92,189,112); }
div.DivClassName
{
background-color: #5CBD70;
}
.BgClassName
{
background-color: #5CBD70;
}
</style>
border-color css
<style>
span { border-color: #5CBD70; }
span { border-color: rgb(92,189,112); }
td.TdClassName
{
border-color: #5CBD70;
}
.TagClassName
{
border-color: #5CBD70;
}
</style>