Shades of Fern #5DB166
Tints of Fern #5DB166
RGB
CMYK
RGB Variations
Color information
#5DB166 (or 0x5DB166) is known color: Fern. HEX triplet: 5D, B1 and 66. RGB value is (93,177,102). Sum of RGB (Red+Green+Blue) = 93+177+102=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB166 is #A24E99. Grayscale: #8F8F8F. Windows color (decimal): -10636954 or 6730077. OLE color: 6730077.
HSL color Cylindrical-coordinate representation of color #5DB166: hue angle of 126.43º 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 #5DB166 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 102 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.31 |
| HSL | 126.43º | 0.35% | 0.53% | - |
| HSV(B) | 126.43º | 0.47% | 0.69% | - |
| XYZ | 22.63 | 34.73 | 18.08 | - |
| YUV | 143.33 | 104.67 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 102 | 0.47 | 0 | 0.42 | 0.31 | 126.43 | 0.35 | 0.53 |
| Hex | 5D | B1 | 66 | 2F | 0 | 2A | 1F | 7E | 23 | 35 |
| Octal | 135 | 261 | 146 | 57 | 0 | 52 | 37 | 176 | 43 | 65 |
| Binary | 1011101 | 10110001 | 1100110 | 101111 | 0 | 101010 | 11111 | 1111110 | 100011 | 110101 |
Color Harmonies of #5DB166
Complementary color
Monochromatic Colors of #5DB166
Black with #5DB166
Text Example
Text Example
White with #5DB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB166; }
p { color: rgb(93,177,102); }
H1.HeaderClassName
{
color: #5DB166;
}
.AnyTagClassName
{
color: #5DB166;
}
</style>
background-color css
<style>
a { background-color: #5DB166; }
a { background-color: rgb(93,177,102); }
div.DivClassName
{
background-color: #5DB166;
}
.BgClassName
{
background-color: #5DB166;
}
</style>
border-color css
<style>
span { border-color: #5DB166; }
span { border-color: rgb(93,177,102); }
td.TdClassName
{
border-color: #5DB166;
}
.TagClassName
{
border-color: #5DB166;
}
</style>