Shades of Fern #6DC268
Tints of Fern #6DC268
RGB
CMYK
RGB Variations
Color information
#6DC268 (or 0x6DC268) is known color: Fern. HEX triplet: 6D, C2 and 68. RGB value is (109,194,104). Sum of RGB (Red+Green+Blue) = 109+194+104=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #6DC268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC268 is #923D97. Grayscale: #9E9E9E. Windows color (decimal): -9584024 or 6865517. OLE color: 6865517.
HSL color Cylindrical-coordinate representation of color #6DC268: hue angle of 116.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC268 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 194 | 104 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.24 |
| HSL | 116.67º | 0.42% | 0.58% | - |
| HSV(B) | 116.67º | 0.46% | 0.76% | - |
| XYZ | 28.1 | 42.83 | 19.88 | - |
| YUV | 158.33 | 97.34 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 194 | 104 | 0.44 | 0 | 0.46 | 0.24 | 116.67 | 0.42 | 0.58 |
| Hex | 6D | C2 | 68 | 2C | 0 | 2E | 18 | 75 | 2A | 3A |
| Octal | 155 | 302 | 150 | 54 | 0 | 56 | 30 | 165 | 52 | 72 |
| Binary | 1101101 | 11000010 | 1101000 | 101100 | 0 | 101110 | 11000 | 1110101 | 101010 | 111010 |
Color Harmonies of #6DC268
Complementary color
Monochromatic Colors of #6DC268
Black with #6DC268
Text Example
Text Example
White with #6DC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC268; }
p { color: rgb(109,194,104); }
H1.HeaderClassName
{
color: #6DC268;
}
.AnyTagClassName
{
color: #6DC268;
}
</style>
background-color css
<style>
a { background-color: #6DC268; }
a { background-color: rgb(109,194,104); }
div.DivClassName
{
background-color: #6DC268;
}
.BgClassName
{
background-color: #6DC268;
}
</style>
border-color css
<style>
span { border-color: #6DC268; }
span { border-color: rgb(109,194,104); }
td.TdClassName
{
border-color: #6DC268;
}
.TagClassName
{
border-color: #6DC268;
}
</style>