Shades of Fern #5DBF73
Tints of Fern #5DBF73
RGB
CMYK
RGB Variations
Color information
#5DBF73 (or 0x5DBF73) is known color: Fern. HEX triplet: 5D, BF and 73. RGB value is (93,191,115). Sum of RGB (Red+Green+Blue) = 93+191+115=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF73 is #A2408C. Grayscale: #999999. Windows color (decimal): -10633357 or 7585629. OLE color: 7585629.
HSL color Cylindrical-coordinate representation of color #5DBF73: hue angle of 133.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBF73 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 115 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.25 |
| HSL | 133.47º | 0.43% | 0.56% | - |
| HSV(B) | 133.47º | 0.51% | 0.75% | - |
| XYZ | 26.24 | 40.83 | 22.72 | - |
| YUV | 153.03 | 106.53 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 115 | 0.51 | 0 | 0.40 | 0.25 | 133.47 | 0.43 | 0.56 |
| Hex | 5D | BF | 73 | 33 | 0 | 28 | 19 | 85 | 2B | 38 |
| Octal | 135 | 277 | 163 | 63 | 0 | 50 | 31 | 205 | 53 | 70 |
| Binary | 1011101 | 10111111 | 1110011 | 110011 | 0 | 101000 | 11001 | 10000101 | 101011 | 111000 |
Color Harmonies of #5DBF73
Complementary color
Monochromatic Colors of #5DBF73
Black with #5DBF73
Text Example
Text Example
White with #5DBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF73; }
p { color: rgb(93,191,115); }
H1.HeaderClassName
{
color: #5DBF73;
}
.AnyTagClassName
{
color: #5DBF73;
}
</style>
background-color css
<style>
a { background-color: #5DBF73; }
a { background-color: rgb(93,191,115); }
div.DivClassName
{
background-color: #5DBF73;
}
.BgClassName
{
background-color: #5DBF73;
}
</style>
border-color css
<style>
span { border-color: #5DBF73; }
span { border-color: rgb(93,191,115); }
td.TdClassName
{
border-color: #5DBF73;
}
.TagClassName
{
border-color: #5DBF73;
}
</style>