Shades of Fern #5DB16C
Tints of Fern #5DB16C
RGB
CMYK
RGB Variations
Color information
#5DB16C (or 0x5DB16C) is known color: Fern. HEX triplet: 5D, B1 and 6C. RGB value is (93,177,108). Sum of RGB (Red+Green+Blue) = 93+177+108=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB16C is #A24E93. Grayscale: #909090. Windows color (decimal): -10636948 or 7123293. OLE color: 7123293.
HSL color Cylindrical-coordinate representation of color #5DB16C: hue angle of 130.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB16C is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 108 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.31 |
| HSL | 130.71º | 0.35% | 0.53% | - |
| HSV(B) | 130.71º | 0.47% | 0.69% | - |
| XYZ | 22.94 | 34.85 | 19.71 | - |
| YUV | 144.02 | 107.67 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 108 | 0.47 | 0 | 0.39 | 0.31 | 130.71 | 0.35 | 0.53 |
| Hex | 5D | B1 | 6C | 2F | 0 | 27 | 1F | 83 | 23 | 35 |
| Octal | 135 | 261 | 154 | 57 | 0 | 47 | 37 | 203 | 43 | 65 |
| Binary | 1011101 | 10110001 | 1101100 | 101111 | 0 | 100111 | 11111 | 10000011 | 100011 | 110101 |
Color Harmonies of #5DB16C
Complementary color
Monochromatic Colors of #5DB16C
Black with #5DB16C
Text Example
Text Example
White with #5DB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB16C; }
p { color: rgb(93,177,108); }
H1.HeaderClassName
{
color: #5DB16C;
}
.AnyTagClassName
{
color: #5DB16C;
}
</style>
background-color css
<style>
a { background-color: #5DB16C; }
a { background-color: rgb(93,177,108); }
div.DivClassName
{
background-color: #5DB16C;
}
.BgClassName
{
background-color: #5DB16C;
}
</style>
border-color css
<style>
span { border-color: #5DB16C; }
span { border-color: rgb(93,177,108); }
td.TdClassName
{
border-color: #5DB16C;
}
.TagClassName
{
border-color: #5DB16C;
}
</style>