Shades of Fern #5EB16C
Tints of Fern #5EB16C
RGB
CMYK
RGB Variations
Color information
#5EB16C (or 0x5EB16C) is known color: Fern. HEX triplet: 5E, B1 and 6C. RGB value is (94,177,108). Sum of RGB (Red+Green+Blue) = 94+177+108=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #5EB16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EB16C is #A14E93. Grayscale: #909090. Windows color (decimal): -10571412 or 7123294. OLE color: 7123294.
HSL color Cylindrical-coordinate representation of color #5EB16C: hue angle of 130.12º 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 #5EB16C is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 177 | 108 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.31 |
| HSL | 130.12º | 0.35% | 0.53% | - |
| HSV(B) | 130.12º | 0.47% | 0.69% | - |
| XYZ | 23.05 | 34.91 | 19.71 | - |
| YUV | 144.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 177 | 108 | 0.47 | 0 | 0.39 | 0.31 | 130.12 | 0.35 | 0.53 |
| Hex | 5E | B1 | 6C | 2F | 0 | 27 | 1F | 82 | 23 | 35 |
| Octal | 136 | 261 | 154 | 57 | 0 | 47 | 37 | 202 | 43 | 65 |
| Binary | 1011110 | 10110001 | 1101100 | 101111 | 0 | 100111 | 11111 | 10000010 | 100011 | 110101 |
Color Harmonies of #5EB16C
Complementary color
Monochromatic Colors of #5EB16C
Black with #5EB16C
Text Example
Text Example
White with #5EB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB16C; }
p { color: rgb(94,177,108); }
H1.HeaderClassName
{
color: #5EB16C;
}
.AnyTagClassName
{
color: #5EB16C;
}
</style>
background-color css
<style>
a { background-color: #5EB16C; }
a { background-color: rgb(94,177,108); }
div.DivClassName
{
background-color: #5EB16C;
}
.BgClassName
{
background-color: #5EB16C;
}
</style>
border-color css
<style>
span { border-color: #5EB16C; }
span { border-color: rgb(94,177,108); }
td.TdClassName
{
border-color: #5EB16C;
}
.TagClassName
{
border-color: #5EB16C;
}
</style>