Shades of Fern #5CBD73
Tints of Fern #5CBD73
RGB
CMYK
RGB Variations
Color information
#5CBD73 (or 0x5CBD73) is known color: Fern. HEX triplet: 5C, BD and 73. RGB value is (92,189,115). Sum of RGB (Red+Green+Blue) = 92+189+115=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBD73 is #A3428C. Grayscale: #979797. Windows color (decimal): -10699405 or 7585116. OLE color: 7585116.
HSL color Cylindrical-coordinate representation of color #5CBD73: hue angle of 134.23º 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 #5CBD73 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 189 | 115 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.26 |
| HSL | 134.23º | 0.42% | 0.55% | - |
| HSV(B) | 134.23º | 0.51% | 0.74% | - |
| XYZ | 25.71 | 39.91 | 22.57 | - |
| YUV | 151.56 | 107.36 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 115 | 0.51 | 0 | 0.39 | 0.26 | 134.23 | 0.42 | 0.55 |
| Hex | 5C | BD | 73 | 33 | 0 | 27 | 1A | 86 | 2A | 37 |
| Octal | 134 | 275 | 163 | 63 | 0 | 47 | 32 | 206 | 52 | 67 |
| Binary | 1011100 | 10111101 | 1110011 | 110011 | 0 | 100111 | 11010 | 10000110 | 101010 | 110111 |
Color Harmonies of #5CBD73
Complementary color
Monochromatic Colors of #5CBD73
Black with #5CBD73
Text Example
Text Example
White with #5CBD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBD73; }
p { color: rgb(92,189,115); }
H1.HeaderClassName
{
color: #5CBD73;
}
.AnyTagClassName
{
color: #5CBD73;
}
</style>
background-color css
<style>
a { background-color: #5CBD73; }
a { background-color: rgb(92,189,115); }
div.DivClassName
{
background-color: #5CBD73;
}
.BgClassName
{
background-color: #5CBD73;
}
</style>
border-color css
<style>
span { border-color: #5CBD73; }
span { border-color: rgb(92,189,115); }
td.TdClassName
{
border-color: #5CBD73;
}
.TagClassName
{
border-color: #5CBD73;
}
</style>