Shades of Fern #6DC165
Tints of Fern #6DC165
RGB
CMYK
RGB Variations
Color information
#6DC165 (or 0x6DC165) is known color: Fern. HEX triplet: 6D, C1 and 65. RGB value is (109,193,101). Sum of RGB (Red+Green+Blue) = 109+193+101=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC165 is #923E9A. Grayscale: #9D9D9D. Windows color (decimal): -9584283 or 6668653. OLE color: 6668653.
HSL color Cylindrical-coordinate representation of color #6DC165: hue angle of 114.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DC165 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 101 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.24 |
| HSL | 114.78º | 0.43% | 0.58% | - |
| HSV(B) | 114.78º | 0.48% | 0.76% | - |
| XYZ | 27.73 | 42.33 | 19.02 | - |
| YUV | 157.4 | 96.17 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 101 | 0.44 | 0 | 0.48 | 0.24 | 114.78 | 0.43 | 0.58 |
| Hex | 6D | C1 | 65 | 2C | 0 | 30 | 18 | 73 | 2B | 3A |
| Octal | 155 | 301 | 145 | 54 | 0 | 60 | 30 | 163 | 53 | 72 |
| Binary | 1101101 | 11000001 | 1100101 | 101100 | 0 | 110000 | 11000 | 1110011 | 101011 | 111010 |
Color Harmonies of #6DC165
Complementary color
Monochromatic Colors of #6DC165
Black with #6DC165
Text Example
Text Example
White with #6DC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC165; }
p { color: rgb(109,193,101); }
H1.HeaderClassName
{
color: #6DC165;
}
.AnyTagClassName
{
color: #6DC165;
}
</style>
background-color css
<style>
a { background-color: #6DC165; }
a { background-color: rgb(109,193,101); }
div.DivClassName
{
background-color: #6DC165;
}
.BgClassName
{
background-color: #6DC165;
}
</style>
border-color css
<style>
span { border-color: #6DC165; }
span { border-color: rgb(109,193,101); }
td.TdClassName
{
border-color: #6DC165;
}
.TagClassName
{
border-color: #6DC165;
}
</style>