Shades of Fern #5DCB6D
Tints of Fern #5DCB6D
RGB
CMYK
RGB Variations
Color information
#5DCB6D (or 0x5DCB6D) is known color: Fern. HEX triplet: 5D, CB and 6D. RGB value is (93,203,109). Sum of RGB (Red+Green+Blue) = 93+203+109=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCB6D is #A23492. Grayscale: #9F9F9F. Windows color (decimal): -10630291 or 7195485. OLE color: 7195485.
HSL color Cylindrical-coordinate representation of color #5DCB6D: hue angle of 128.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCB6D is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 109 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.20 |
| HSL | 128.73º | 0.51% | 0.58% | - |
| HSV(B) | 128.73º | 0.54% | 0.8% | - |
| XYZ | 28.63 | 46.14 | 21.87 | - |
| YUV | 159.39 | 99.56 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 109 | 0.54 | 0 | 0.46 | 0.20 | 128.73 | 0.51 | 0.58 |
| Hex | 5D | CB | 6D | 36 | 0 | 2E | 14 | 81 | 33 | 3A |
| Octal | 135 | 313 | 155 | 66 | 0 | 56 | 24 | 201 | 63 | 72 |
| Binary | 1011101 | 11001011 | 1101101 | 110110 | 0 | 101110 | 10100 | 10000001 | 110011 | 111010 |
Color Harmonies of #5DCB6D
Complementary color
Monochromatic Colors of #5DCB6D
Black with #5DCB6D
Text Example
Text Example
White with #5DCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB6D; }
p { color: rgb(93,203,109); }
H1.HeaderClassName
{
color: #5DCB6D;
}
.AnyTagClassName
{
color: #5DCB6D;
}
</style>
background-color css
<style>
a { background-color: #5DCB6D; }
a { background-color: rgb(93,203,109); }
div.DivClassName
{
background-color: #5DCB6D;
}
.BgClassName
{
background-color: #5DCB6D;
}
</style>
border-color css
<style>
span { border-color: #5DCB6D; }
span { border-color: rgb(93,203,109); }
td.TdClassName
{
border-color: #5DCB6D;
}
.TagClassName
{
border-color: #5DCB6D;
}
</style>