Shades of Fern #5ECB68
Tints of Fern #5ECB68
RGB
CMYK
RGB Variations
Color information
#5ECB68 (or 0x5ECB68) is known color: Fern. HEX triplet: 5E, CB and 68. RGB value is (94,203,104). Sum of RGB (Red+Green+Blue) = 94+203+104=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECB68 is #A13497. Grayscale: #9F9F9F. Windows color (decimal): -10564760 or 6867806. OLE color: 6867806.
HSL color Cylindrical-coordinate representation of color #5ECB68: hue angle of 125.5º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECB68 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 104 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.20 |
| HSL | 125.5º | 0.51% | 0.58% | - |
| HSV(B) | 125.5º | 0.54% | 0.8% | - |
| XYZ | 28.47 | 46.09 | 20.49 | - |
| YUV | 159.12 | 96.89 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 104 | 0.54 | 0 | 0.49 | 0.20 | 125.5 | 0.51 | 0.58 |
| Hex | 5E | CB | 68 | 36 | 0 | 31 | 14 | 7E | 33 | 3A |
| Octal | 136 | 313 | 150 | 66 | 0 | 61 | 24 | 176 | 63 | 72 |
| Binary | 1011110 | 11001011 | 1101000 | 110110 | 0 | 110001 | 10100 | 1111110 | 110011 | 111010 |
Color Harmonies of #5ECB68
Complementary color
Monochromatic Colors of #5ECB68
Black with #5ECB68
Text Example
Text Example
White with #5ECB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECB68; }
p { color: rgb(94,203,104); }
H1.HeaderClassName
{
color: #5ECB68;
}
.AnyTagClassName
{
color: #5ECB68;
}
</style>
background-color css
<style>
a { background-color: #5ECB68; }
a { background-color: rgb(94,203,104); }
div.DivClassName
{
background-color: #5ECB68;
}
.BgClassName
{
background-color: #5ECB68;
}
</style>
border-color css
<style>
span { border-color: #5ECB68; }
span { border-color: rgb(94,203,104); }
td.TdClassName
{
border-color: #5ECB68;
}
.TagClassName
{
border-color: #5ECB68;
}
</style>