Shades of Fern #5DB168
Tints of Fern #5DB168
RGB
CMYK
RGB Variations
Color information
#5DB168 (or 0x5DB168) is known color: Fern. HEX triplet: 5D, B1 and 68. RGB value is (93,177,104). Sum of RGB (Red+Green+Blue) = 93+177+104=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB168 is #A24E97. Grayscale: #8F8F8F. Windows color (decimal): -10636952 or 6861149. OLE color: 6861149.
HSL color Cylindrical-coordinate representation of color #5DB168: hue angle of 127.86º 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 #5DB168 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 177 | 104 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.31 |
| HSL | 127.86º | 0.35% | 0.53% | - |
| HSV(B) | 127.86º | 0.47% | 0.69% | - |
| XYZ | 22.74 | 34.77 | 18.61 | - |
| YUV | 143.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 104 | 0.47 | 0 | 0.41 | 0.31 | 127.86 | 0.35 | 0.53 |
| Hex | 5D | B1 | 68 | 2F | 0 | 29 | 1F | 80 | 23 | 35 |
| Octal | 135 | 261 | 150 | 57 | 0 | 51 | 37 | 200 | 43 | 65 |
| Binary | 1011101 | 10110001 | 1101000 | 101111 | 0 | 101001 | 11111 | 10000000 | 100011 | 110101 |
Color Harmonies of #5DB168
Complementary color
Monochromatic Colors of #5DB168
Black with #5DB168
Text Example
Text Example
White with #5DB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB168; }
p { color: rgb(93,177,104); }
H1.HeaderClassName
{
color: #5DB168;
}
.AnyTagClassName
{
color: #5DB168;
}
</style>
background-color css
<style>
a { background-color: #5DB168; }
a { background-color: rgb(93,177,104); }
div.DivClassName
{
background-color: #5DB168;
}
.BgClassName
{
background-color: #5DB168;
}
</style>
border-color css
<style>
span { border-color: #5DB168; }
span { border-color: rgb(93,177,104); }
td.TdClassName
{
border-color: #5DB168;
}
.TagClassName
{
border-color: #5DB168;
}
</style>