Shades of Fern #6FC271
Tints of Fern #6FC271
RGB
CMYK
RGB Variations
Color information
#6FC271 (or 0x6FC271) is known color: Fern. HEX triplet: 6F, C2 and 71. RGB value is (111,194,113). Sum of RGB (Red+Green+Blue) = 111+194+113=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC271 is #903D8E. Grayscale: #A0A0A0. Windows color (decimal): -9452943 or 7455343. OLE color: 7455343.
HSL color Cylindrical-coordinate representation of color #6FC271: hue angle of 121.45º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FC271 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 194 | 113 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.24 |
| HSL | 121.45º | 0.4% | 0.6% | - |
| HSV(B) | 121.45º | 0.43% | 0.76% | - |
| XYZ | 28.83 | 43.16 | 22.43 | - |
| YUV | 159.95 | 101.5 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 194 | 113 | 0.43 | 0 | 0.42 | 0.24 | 121.45 | 0.4 | 0.6 |
| Hex | 6F | C2 | 71 | 2B | 0 | 2A | 18 | 79 | 28 | 3C |
| Octal | 157 | 302 | 161 | 53 | 0 | 52 | 30 | 171 | 50 | 74 |
| Binary | 1101111 | 11000010 | 1110001 | 101011 | 0 | 101010 | 11000 | 1111001 | 101000 | 111100 |
Color Harmonies of #6FC271
Complementary color
Monochromatic Colors of #6FC271
Black with #6FC271
Text Example
Text Example
White with #6FC271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC271; }
p { color: rgb(111,194,113); }
H1.HeaderClassName
{
color: #6FC271;
}
.AnyTagClassName
{
color: #6FC271;
}
</style>
background-color css
<style>
a { background-color: #6FC271; }
a { background-color: rgb(111,194,113); }
div.DivClassName
{
background-color: #6FC271;
}
.BgClassName
{
background-color: #6FC271;
}
</style>
border-color css
<style>
span { border-color: #6FC271; }
span { border-color: rgb(111,194,113); }
td.TdClassName
{
border-color: #6FC271;
}
.TagClassName
{
border-color: #6FC271;
}
</style>