Shades of Fern #5EB16B
Tints of Fern #5EB16B
RGB
CMYK
RGB Variations
Color information
#5EB16B (or 0x5EB16B) is known color: Fern. HEX triplet: 5E, B1 and 6B. RGB value is (94,177,107). Sum of RGB (Red+Green+Blue) = 94+177+107=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #5EB16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EB16B is #A14E94. Grayscale: #909090. Windows color (decimal): -10571413 or 7057758. OLE color: 7057758.
HSL color Cylindrical-coordinate representation of color #5EB16B: hue angle of 129.4º 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 #5EB16B is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 177 | 107 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.31 |
| HSL | 129.4º | 0.35% | 0.53% | - |
| HSV(B) | 129.4º | 0.47% | 0.69% | - |
| XYZ | 22.99 | 34.89 | 19.43 | - |
| YUV | 144.2 | 107 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 177 | 107 | 0.47 | 0 | 0.40 | 0.31 | 129.4 | 0.35 | 0.53 |
| Hex | 5E | B1 | 6B | 2F | 0 | 28 | 1F | 81 | 23 | 35 |
| Octal | 136 | 261 | 153 | 57 | 0 | 50 | 37 | 201 | 43 | 65 |
| Binary | 1011110 | 10110001 | 1101011 | 101111 | 0 | 101000 | 11111 | 10000001 | 100011 | 110101 |
Color Harmonies of #5EB16B
Complementary color
Monochromatic Colors of #5EB16B
Black with #5EB16B
Text Example
Text Example
White with #5EB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB16B; }
p { color: rgb(94,177,107); }
H1.HeaderClassName
{
color: #5EB16B;
}
.AnyTagClassName
{
color: #5EB16B;
}
</style>
background-color css
<style>
a { background-color: #5EB16B; }
a { background-color: rgb(94,177,107); }
div.DivClassName
{
background-color: #5EB16B;
}
.BgClassName
{
background-color: #5EB16B;
}
</style>
border-color css
<style>
span { border-color: #5EB16B; }
span { border-color: rgb(94,177,107); }
td.TdClassName
{
border-color: #5EB16B;
}
.TagClassName
{
border-color: #5EB16B;
}
</style>