Shades of Fern #6BC571
Tints of Fern #6BC571
RGB
CMYK
RGB Variations
Color information
#6BC571 (or 0x6BC571) is known color: Fern. HEX triplet: 6B, C5 and 71. RGB value is (107,197,113). Sum of RGB (Red+Green+Blue) = 107+197+113=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC571 is #943A8E. Grayscale: #A0A0A0. Windows color (decimal): -9714319 or 7456107. OLE color: 7456107.
HSL color Cylindrical-coordinate representation of color #6BC571: hue angle of 124º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC571 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 113 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.23 |
| HSL | 124º | 0.44% | 0.6% | - |
| HSV(B) | 124º | 0.46% | 0.77% | - |
| XYZ | 29.01 | 44.25 | 22.63 | - |
| YUV | 160.51 | 101.18 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 113 | 0.46 | 0 | 0.43 | 0.23 | 124 | 0.44 | 0.6 |
| Hex | 6B | C5 | 71 | 2E | 0 | 2B | 17 | 7C | 2C | 3C |
| Octal | 153 | 305 | 161 | 56 | 0 | 53 | 27 | 174 | 54 | 74 |
| Binary | 1101011 | 11000101 | 1110001 | 101110 | 0 | 101011 | 10111 | 1111100 | 101100 | 111100 |
Color Harmonies of #6BC571
Complementary color
Monochromatic Colors of #6BC571
Black with #6BC571
Text Example
Text Example
White with #6BC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC571; }
p { color: rgb(107,197,113); }
H1.HeaderClassName
{
color: #6BC571;
}
.AnyTagClassName
{
color: #6BC571;
}
</style>
background-color css
<style>
a { background-color: #6BC571; }
a { background-color: rgb(107,197,113); }
div.DivClassName
{
background-color: #6BC571;
}
.BgClassName
{
background-color: #6BC571;
}
</style>
border-color css
<style>
span { border-color: #6BC571; }
span { border-color: rgb(107,197,113); }
td.TdClassName
{
border-color: #6BC571;
}
.TagClassName
{
border-color: #6BC571;
}
</style>