Shades of Fern #6DC471
Tints of Fern #6DC471
RGB
CMYK
RGB Variations
Color information
#6DC471 (or 0x6DC471) is known color: Fern. HEX triplet: 6D, C4 and 71. RGB value is (109,196,113). Sum of RGB (Red+Green+Blue) = 109+196+113=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #6DC471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC471 is #923B8E. Grayscale: #A0A0A0. Windows color (decimal): -9583503 or 7455853. OLE color: 7455853.
HSL color Cylindrical-coordinate representation of color #6DC471: hue angle of 122.76º 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 #6DC471 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 196 | 113 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.23 |
| HSL | 122.76º | 0.42% | 0.6% | - |
| HSV(B) | 122.76º | 0.44% | 0.77% | - |
| XYZ | 29.03 | 43.92 | 22.57 | - |
| YUV | 160.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 196 | 113 | 0.44 | 0 | 0.42 | 0.23 | 122.76 | 0.42 | 0.6 |
| Hex | 6D | C4 | 71 | 2C | 0 | 2A | 17 | 7B | 2A | 3C |
| Octal | 155 | 304 | 161 | 54 | 0 | 52 | 27 | 173 | 52 | 74 |
| Binary | 1101101 | 11000100 | 1110001 | 101100 | 0 | 101010 | 10111 | 1111011 | 101010 | 111100 |
Color Harmonies of #6DC471
Complementary color
Monochromatic Colors of #6DC471
Black with #6DC471
Text Example
Text Example
White with #6DC471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC471; }
p { color: rgb(109,196,113); }
H1.HeaderClassName
{
color: #6DC471;
}
.AnyTagClassName
{
color: #6DC471;
}
</style>
background-color css
<style>
a { background-color: #6DC471; }
a { background-color: rgb(109,196,113); }
div.DivClassName
{
background-color: #6DC471;
}
.BgClassName
{
background-color: #6DC471;
}
</style>
border-color css
<style>
span { border-color: #6DC471; }
span { border-color: rgb(109,196,113); }
td.TdClassName
{
border-color: #6DC471;
}
.TagClassName
{
border-color: #6DC471;
}
</style>