Shades of Fern #6ECA64
Tints of Fern #6ECA64
RGB
CMYK
RGB Variations
Color information
#6ECA64 (or 0x6ECA64) is known color: Fern. HEX triplet: 6E, CA and 64. RGB value is (110,202,100). Sum of RGB (Red+Green+Blue) = 110+202+100=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ECA64 is #91359B. Grayscale: #A3A3A3. Windows color (decimal): -9516444 or 6605422. OLE color: 6605422.
HSL color Cylindrical-coordinate representation of color #6ECA64: hue angle of 114.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECA64 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 100 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.21 |
| HSL | 114.12º | 0.49% | 0.59% | - |
| HSV(B) | 114.12º | 0.5% | 0.79% | - |
| XYZ | 29.85 | 46.48 | 19.45 | - |
| YUV | 162.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 100 | 0.46 | 0 | 0.50 | 0.21 | 114.12 | 0.49 | 0.59 |
| Hex | 6E | CA | 64 | 2E | 0 | 32 | 15 | 72 | 31 | 3B |
| Octal | 156 | 312 | 144 | 56 | 0 | 62 | 25 | 162 | 61 | 73 |
| Binary | 1101110 | 11001010 | 1100100 | 101110 | 0 | 110010 | 10101 | 1110010 | 110001 | 111011 |
Color Harmonies of #6ECA64
Complementary color
Monochromatic Colors of #6ECA64
Black with #6ECA64
Text Example
Text Example
White with #6ECA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECA64; }
p { color: rgb(110,202,100); }
H1.HeaderClassName
{
color: #6ECA64;
}
.AnyTagClassName
{
color: #6ECA64;
}
</style>
background-color css
<style>
a { background-color: #6ECA64; }
a { background-color: rgb(110,202,100); }
div.DivClassName
{
background-color: #6ECA64;
}
.BgClassName
{
background-color: #6ECA64;
}
</style>
border-color css
<style>
span { border-color: #6ECA64; }
span { border-color: rgb(110,202,100); }
td.TdClassName
{
border-color: #6ECA64;
}
.TagClassName
{
border-color: #6ECA64;
}
</style>