Shades of Fern #6FC965
Tints of Fern #6FC965
RGB
CMYK
RGB Variations
Color information
#6FC965 (or 0x6FC965) is known color: Fern. HEX triplet: 6F, C9 and 65. RGB value is (111,201,101). Sum of RGB (Red+Green+Blue) = 111+201+101=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC965 is #90369A. Grayscale: #A3A3A3. Windows color (decimal): -9451163 or 6670703. OLE color: 6670703.
HSL color Cylindrical-coordinate representation of color #6FC965: hue angle of 114º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FC965 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 201 | 101 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.21 |
| HSL | 114º | 0.48% | 0.59% | - |
| HSV(B) | 114º | 0.5% | 0.79% | - |
| XYZ | 29.79 | 46.09 | 19.64 | - |
| YUV | 162.69 | 93.18 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 201 | 101 | 0.45 | 0 | 0.50 | 0.21 | 114 | 0.48 | 0.59 |
| Hex | 6F | C9 | 65 | 2D | 0 | 32 | 15 | 72 | 30 | 3B |
| Octal | 157 | 311 | 145 | 55 | 0 | 62 | 25 | 162 | 60 | 73 |
| Binary | 1101111 | 11001001 | 1100101 | 101101 | 0 | 110010 | 10101 | 1110010 | 110000 | 111011 |
Color Harmonies of #6FC965
Complementary color
Monochromatic Colors of #6FC965
Black with #6FC965
Text Example
Text Example
White with #6FC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC965; }
p { color: rgb(111,201,101); }
H1.HeaderClassName
{
color: #6FC965;
}
.AnyTagClassName
{
color: #6FC965;
}
</style>
background-color css
<style>
a { background-color: #6FC965; }
a { background-color: rgb(111,201,101); }
div.DivClassName
{
background-color: #6FC965;
}
.BgClassName
{
background-color: #6FC965;
}
</style>
border-color css
<style>
span { border-color: #6FC965; }
span { border-color: rgb(111,201,101); }
td.TdClassName
{
border-color: #6FC965;
}
.TagClassName
{
border-color: #6FC965;
}
</style>