Shades of Fern #6DCA6D
Tints of Fern #6DCA6D
RGB
CMYK
RGB Variations
Color information
#6DCA6D (or 0x6DCA6D) is known color: Fern. HEX triplet: 6D, CA and 6D. RGB value is (109,202,109). Sum of RGB (Red+Green+Blue) = 109+202+109=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCA6D is #923592. Grayscale: #A3A3A3. Windows color (decimal): -9581971 or 7195245. OLE color: 7195245.
HSL color Cylindrical-coordinate representation of color #6DCA6D: hue angle of 120º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCA6D is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 109 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.21 |
| HSL | 120º | 0.47% | 0.61% | - |
| HSV(B) | 120º | 0.46% | 0.79% | - |
| XYZ | 30.19 | 46.6 | 21.87 | - |
| YUV | 163.59 | 97.19 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 109 | 0.46 | 0 | 0.46 | 0.21 | 120 | 0.47 | 0.61 |
| Hex | 6D | CA | 6D | 2E | 0 | 2E | 15 | 78 | 2F | 3D |
| Octal | 155 | 312 | 155 | 56 | 0 | 56 | 25 | 170 | 57 | 75 |
| Binary | 1101101 | 11001010 | 1101101 | 101110 | 0 | 101110 | 10101 | 1111000 | 101111 | 111101 |
Color Harmonies of #6DCA6D
Complementary color
Monochromatic Colors of #6DCA6D
Black with #6DCA6D
Text Example
Text Example
White with #6DCA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCA6D; }
p { color: rgb(109,202,109); }
H1.HeaderClassName
{
color: #6DCA6D;
}
.AnyTagClassName
{
color: #6DCA6D;
}
</style>
background-color css
<style>
a { background-color: #6DCA6D; }
a { background-color: rgb(109,202,109); }
div.DivClassName
{
background-color: #6DCA6D;
}
.BgClassName
{
background-color: #6DCA6D;
}
</style>
border-color css
<style>
span { border-color: #6DCA6D; }
span { border-color: rgb(109,202,109); }
td.TdClassName
{
border-color: #6DCA6D;
}
.TagClassName
{
border-color: #6DCA6D;
}
</style>