Shades of Fern #5DB06C
Tints of Fern #5DB06C
RGB
CMYK
RGB Variations
Color information
#5DB06C (or 0x5DB06C) is known color: Fern. HEX triplet: 5D, B0 and 6C. RGB value is (93,176,108). Sum of RGB (Red+Green+Blue) = 93+176+108=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB06C is #A24F93. Grayscale: #8F8F8F. Windows color (decimal): -10637204 or 7123037. OLE color: 7123037.
HSL color Cylindrical-coordinate representation of color #5DB06C: hue angle of 130.84º degrees, saturation: 0.34, 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 #5DB06C is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 108 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.31 |
| HSL | 130.84º | 0.34% | 0.53% | - |
| HSV(B) | 130.84º | 0.47% | 0.69% | - |
| XYZ | 22.75 | 34.46 | 19.64 | - |
| YUV | 143.43 | 108 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 108 | 0.47 | 0 | 0.39 | 0.31 | 130.84 | 0.34 | 0.53 |
| Hex | 5D | B0 | 6C | 2F | 0 | 27 | 1F | 83 | 22 | 35 |
| Octal | 135 | 260 | 154 | 57 | 0 | 47 | 37 | 203 | 42 | 65 |
| Binary | 1011101 | 10110000 | 1101100 | 101111 | 0 | 100111 | 11111 | 10000011 | 100010 | 110101 |
Color Harmonies of #5DB06C
Complementary color
Monochromatic Colors of #5DB06C
Black with #5DB06C
Text Example
Text Example
White with #5DB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB06C; }
p { color: rgb(93,176,108); }
H1.HeaderClassName
{
color: #5DB06C;
}
.AnyTagClassName
{
color: #5DB06C;
}
</style>
background-color css
<style>
a { background-color: #5DB06C; }
a { background-color: rgb(93,176,108); }
div.DivClassName
{
background-color: #5DB06C;
}
.BgClassName
{
background-color: #5DB06C;
}
</style>
border-color css
<style>
span { border-color: #5DB06C; }
span { border-color: rgb(93,176,108); }
td.TdClassName
{
border-color: #5DB06C;
}
.TagClassName
{
border-color: #5DB06C;
}
</style>