Shades of Fern #6DC470
Tints of Fern #6DC470
RGB
CMYK
RGB Variations
Color information
#6DC470 (or 0x6DC470) is known color: Fern. HEX triplet: 6D, C4 and 70. RGB value is (109,196,112). Sum of RGB (Red+Green+Blue) = 109+196+112=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 196 - color contains mainly: green. Hex color #6DC470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC470 is #923B8F. Grayscale: #A0A0A0. Windows color (decimal): -9583504 or 7390317. OLE color: 7390317.
HSL color Cylindrical-coordinate representation of color #6DC470: hue angle of 122.07º 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 #6DC470 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 196 | 112 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.23 |
| HSL | 122.07º | 0.42% | 0.6% | - |
| HSV(B) | 122.07º | 0.44% | 0.77% | - |
| XYZ | 28.97 | 43.9 | 22.28 | - |
| YUV | 160.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 196 | 112 | 0.44 | 0 | 0.43 | 0.23 | 122.07 | 0.42 | 0.6 |
| Hex | 6D | C4 | 70 | 2C | 0 | 2B | 17 | 7A | 2A | 3C |
| Octal | 155 | 304 | 160 | 54 | 0 | 53 | 27 | 172 | 52 | 74 |
| Binary | 1101101 | 11000100 | 1110000 | 101100 | 0 | 101011 | 10111 | 1111010 | 101010 | 111100 |
Color Harmonies of #6DC470
Complementary color
Monochromatic Colors of #6DC470
Black with #6DC470
Text Example
Text Example
White with #6DC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC470; }
p { color: rgb(109,196,112); }
H1.HeaderClassName
{
color: #6DC470;
}
.AnyTagClassName
{
color: #6DC470;
}
</style>
background-color css
<style>
a { background-color: #6DC470; }
a { background-color: rgb(109,196,112); }
div.DivClassName
{
background-color: #6DC470;
}
.BgClassName
{
background-color: #6DC470;
}
</style>
border-color css
<style>
span { border-color: #6DC470; }
span { border-color: rgb(109,196,112); }
td.TdClassName
{
border-color: #6DC470;
}
.TagClassName
{
border-color: #6DC470;
}
</style>