Shades of Fern #5EC068
Tints of Fern #5EC068
RGB
CMYK
RGB Variations
Color information
#5EC068 (or 0x5EC068) is known color: Fern. HEX triplet: 5E, C0 and 68. RGB value is (94,192,104). Sum of RGB (Red+Green+Blue) = 94+192+104=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC068 is #A13F97. Grayscale: #989898. Windows color (decimal): -10567576 or 6864990. OLE color: 6864990.
HSL color Cylindrical-coordinate representation of color #5EC068: hue angle of 126.12º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EC068 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 104 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.25 |
| HSL | 126.12º | 0.44% | 0.56% | - |
| HSV(B) | 126.12º | 0.51% | 0.75% | - |
| XYZ | 25.96 | 41.08 | 19.66 | - |
| YUV | 152.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 104 | 0.51 | 0 | 0.46 | 0.25 | 126.12 | 0.44 | 0.56 |
| Hex | 5E | C0 | 68 | 33 | 0 | 2E | 19 | 7E | 2C | 38 |
| Octal | 136 | 300 | 150 | 63 | 0 | 56 | 31 | 176 | 54 | 70 |
| Binary | 1011110 | 11000000 | 1101000 | 110011 | 0 | 101110 | 11001 | 1111110 | 101100 | 111000 |
Color Harmonies of #5EC068
Complementary color
Monochromatic Colors of #5EC068
Black with #5EC068
Text Example
Text Example
White with #5EC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC068; }
p { color: rgb(94,192,104); }
H1.HeaderClassName
{
color: #5EC068;
}
.AnyTagClassName
{
color: #5EC068;
}
</style>
background-color css
<style>
a { background-color: #5EC068; }
a { background-color: rgb(94,192,104); }
div.DivClassName
{
background-color: #5EC068;
}
.BgClassName
{
background-color: #5EC068;
}
</style>
border-color css
<style>
span { border-color: #5EC068; }
span { border-color: rgb(94,192,104); }
td.TdClassName
{
border-color: #5EC068;
}
.TagClassName
{
border-color: #5EC068;
}
</style>