Shades of Fern #6EC474
Tints of Fern #6EC474
RGB
CMYK
RGB Variations
Color information
#6EC474 (or 0x6EC474) is known color: Fern. HEX triplet: 6E, C4 and 74. RGB value is (110,196,116). Sum of RGB (Red+Green+Blue) = 110+196+116=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #6EC474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC474 is #913B8B. Grayscale: #A1A1A1. Windows color (decimal): -9517964 or 7652462. OLE color: 7652462.
HSL color Cylindrical-coordinate representation of color #6EC474: hue angle of 124.19º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC474 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 196 | 116 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.23 |
| HSL | 124.19º | 0.42% | 0.6% | - |
| HSV(B) | 124.19º | 0.44% | 0.77% | - |
| XYZ | 29.32 | 44.06 | 23.48 | - |
| YUV | 161.17 | 102.51 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 196 | 116 | 0.44 | 0 | 0.41 | 0.23 | 124.19 | 0.42 | 0.6 |
| Hex | 6E | C4 | 74 | 2C | 0 | 29 | 17 | 7C | 2A | 3C |
| Octal | 156 | 304 | 164 | 54 | 0 | 51 | 27 | 174 | 52 | 74 |
| Binary | 1101110 | 11000100 | 1110100 | 101100 | 0 | 101001 | 10111 | 1111100 | 101010 | 111100 |
Color Harmonies of #6EC474
Complementary color
Monochromatic Colors of #6EC474
Black with #6EC474
Text Example
Text Example
White with #6EC474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC474; }
p { color: rgb(110,196,116); }
H1.HeaderClassName
{
color: #6EC474;
}
.AnyTagClassName
{
color: #6EC474;
}
</style>
background-color css
<style>
a { background-color: #6EC474; }
a { background-color: rgb(110,196,116); }
div.DivClassName
{
background-color: #6EC474;
}
.BgClassName
{
background-color: #6EC474;
}
</style>
border-color css
<style>
span { border-color: #6EC474; }
span { border-color: rgb(110,196,116); }
td.TdClassName
{
border-color: #6EC474;
}
.TagClassName
{
border-color: #6EC474;
}
</style>