Shades of Fern #5ED069
Tints of Fern #5ED069
RGB
CMYK
RGB Variations
Color information
#5ED069 (or 0x5ED069) is known color: Fern. HEX triplet: 5E, D0 and 69. RGB value is (94,208,105). Sum of RGB (Red+Green+Blue) = 94+208+105=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED069 is #A12F96. Grayscale: #A2A2A2. Windows color (decimal): -10563479 or 6934622. OLE color: 6934622.
HSL color Cylindrical-coordinate representation of color #5ED069: hue angle of 125.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED069 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 105 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.18 |
| HSL | 125.79º | 0.55% | 0.59% | - |
| HSV(B) | 125.79º | 0.55% | 0.82% | - |
| XYZ | 29.72 | 48.51 | 21.16 | - |
| YUV | 162.17 | 95.73 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 105 | 0.55 | 0 | 0.50 | 0.18 | 125.79 | 0.55 | 0.59 |
| Hex | 5E | D0 | 69 | 37 | 0 | 32 | 12 | 7E | 37 | 3B |
| Octal | 136 | 320 | 151 | 67 | 0 | 62 | 22 | 176 | 67 | 73 |
| Binary | 1011110 | 11010000 | 1101001 | 110111 | 0 | 110010 | 10010 | 1111110 | 110111 | 111011 |
Color Harmonies of #5ED069
Complementary color
Monochromatic Colors of #5ED069
Black with #5ED069
Text Example
Text Example
White with #5ED069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED069; }
p { color: rgb(94,208,105); }
H1.HeaderClassName
{
color: #5ED069;
}
.AnyTagClassName
{
color: #5ED069;
}
</style>
background-color css
<style>
a { background-color: #5ED069; }
a { background-color: rgb(94,208,105); }
div.DivClassName
{
background-color: #5ED069;
}
.BgClassName
{
background-color: #5ED069;
}
</style>
border-color css
<style>
span { border-color: #5ED069; }
span { border-color: rgb(94,208,105); }
td.TdClassName
{
border-color: #5ED069;
}
.TagClassName
{
border-color: #5ED069;
}
</style>