Shades of Fern #6DC468
Tints of Fern #6DC468
RGB
CMYK
RGB Variations
Color information
#6DC468 (or 0x6DC468) is known color: Fern. HEX triplet: 6D, C4 and 68. RGB value is (109,196,104). Sum of RGB (Red+Green+Blue) = 109+196+104=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #6DC468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC468 is #923B97. Grayscale: #9F9F9F. Windows color (decimal): -9583512 or 6866029. OLE color: 6866029.
HSL color Cylindrical-coordinate representation of color #6DC468: hue angle of 116.74º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DC468 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 196 | 104 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.23 |
| HSL | 116.74º | 0.44% | 0.59% | - |
| HSV(B) | 116.74º | 0.47% | 0.77% | - |
| XYZ | 28.55 | 43.73 | 20.03 | - |
| YUV | 159.5 | 96.68 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 196 | 104 | 0.44 | 0 | 0.47 | 0.23 | 116.74 | 0.44 | 0.59 |
| Hex | 6D | C4 | 68 | 2C | 0 | 2F | 17 | 75 | 2C | 3B |
| Octal | 155 | 304 | 150 | 54 | 0 | 57 | 27 | 165 | 54 | 73 |
| Binary | 1101101 | 11000100 | 1101000 | 101100 | 0 | 101111 | 10111 | 1110101 | 101100 | 111011 |
Color Harmonies of #6DC468
Complementary color
Monochromatic Colors of #6DC468
Black with #6DC468
Text Example
Text Example
White with #6DC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC468; }
p { color: rgb(109,196,104); }
H1.HeaderClassName
{
color: #6DC468;
}
.AnyTagClassName
{
color: #6DC468;
}
</style>
background-color css
<style>
a { background-color: #6DC468; }
a { background-color: rgb(109,196,104); }
div.DivClassName
{
background-color: #6DC468;
}
.BgClassName
{
background-color: #6DC468;
}
</style>
border-color css
<style>
span { border-color: #6DC468; }
span { border-color: rgb(109,196,104); }
td.TdClassName
{
border-color: #6DC468;
}
.TagClassName
{
border-color: #6DC468;
}
</style>