Shades of Fern #5EB275
Tints of Fern #5EB275
RGB
CMYK
RGB Variations
Color information
#5EB275 (or 0x5EB275) is known color: Fern. HEX triplet: 5E, B2 and 75. RGB value is (94,178,117). Sum of RGB (Red+Green+Blue) = 94+178+117=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #5EB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EB275 is #A14D8A. Grayscale: #929292. Windows color (decimal): -10571147 or 7713374. OLE color: 7713374.
HSL color Cylindrical-coordinate representation of color #5EB275: hue angle of 136.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EB275 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 178 | 117 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.30 |
| HSL | 136.43º | 0.35% | 0.53% | - |
| HSV(B) | 136.43º | 0.47% | 0.7% | - |
| XYZ | 23.75 | 35.5 | 22.43 | - |
| YUV | 145.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 178 | 117 | 0.47 | 0 | 0.34 | 0.30 | 136.43 | 0.35 | 0.53 |
| Hex | 5E | B2 | 75 | 2F | 0 | 22 | 1E | 88 | 23 | 35 |
| Octal | 136 | 262 | 165 | 57 | 0 | 42 | 36 | 210 | 43 | 65 |
| Binary | 1011110 | 10110010 | 1110101 | 101111 | 0 | 100010 | 11110 | 10001000 | 100011 | 110101 |
Color Harmonies of #5EB275
Complementary color
Monochromatic Colors of #5EB275
Black with #5EB275
Text Example
Text Example
White with #5EB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB275; }
p { color: rgb(94,178,117); }
H1.HeaderClassName
{
color: #5EB275;
}
.AnyTagClassName
{
color: #5EB275;
}
</style>
background-color css
<style>
a { background-color: #5EB275; }
a { background-color: rgb(94,178,117); }
div.DivClassName
{
background-color: #5EB275;
}
.BgClassName
{
background-color: #5EB275;
}
</style>
border-color css
<style>
span { border-color: #5EB275; }
span { border-color: rgb(94,178,117); }
td.TdClassName
{
border-color: #5EB275;
}
.TagClassName
{
border-color: #5EB275;
}
</style>