Shades of Fern #5DB06E
Tints of Fern #5DB06E
RGB
CMYK
RGB Variations
Color information
#5DB06E (or 0x5DB06E) is known color: Fern. HEX triplet: 5D, B0 and 6E. RGB value is (93,176,110). Sum of RGB (Red+Green+Blue) = 93+176+110=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB06E is #A24F91. Grayscale: #8F8F8F. Windows color (decimal): -10637202 or 7254109. OLE color: 7254109.
HSL color Cylindrical-coordinate representation of color #5DB06E: hue angle of 132.29º 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 #5DB06E is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 110 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.31 |
| HSL | 132.29º | 0.34% | 0.53% | - |
| HSV(B) | 132.29º | 0.47% | 0.69% | - |
| XYZ | 22.85 | 34.5 | 20.21 | - |
| YUV | 143.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 110 | 0.47 | 0 | 0.37 | 0.31 | 132.29 | 0.34 | 0.53 |
| Hex | 5D | B0 | 6E | 2F | 0 | 25 | 1F | 84 | 22 | 35 |
| Octal | 135 | 260 | 156 | 57 | 0 | 45 | 37 | 204 | 42 | 65 |
| Binary | 1011101 | 10110000 | 1101110 | 101111 | 0 | 100101 | 11111 | 10000100 | 100010 | 110101 |
Color Harmonies of #5DB06E
Complementary color
Monochromatic Colors of #5DB06E
Black with #5DB06E
Text Example
Text Example
White with #5DB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB06E; }
p { color: rgb(93,176,110); }
H1.HeaderClassName
{
color: #5DB06E;
}
.AnyTagClassName
{
color: #5DB06E;
}
</style>
background-color css
<style>
a { background-color: #5DB06E; }
a { background-color: rgb(93,176,110); }
div.DivClassName
{
background-color: #5DB06E;
}
.BgClassName
{
background-color: #5DB06E;
}
</style>
border-color css
<style>
span { border-color: #5DB06E; }
span { border-color: rgb(93,176,110); }
td.TdClassName
{
border-color: #5DB06E;
}
.TagClassName
{
border-color: #5DB06E;
}
</style>