Shades of Fern #60C671
Tints of Fern #60C671
RGB
CMYK
RGB Variations
Color information
#60C671 (or 0x60C671) is known color: Fern. HEX triplet: 60, C6 and 71. RGB value is (96,198,113). Sum of RGB (Red+Green+Blue) = 96+198+113=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #60C671 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C671 is #9F398E. Grayscale: #9E9E9E. Windows color (decimal): -10434959 or 7456352. OLE color: 7456352.
HSL color Cylindrical-coordinate representation of color #60C671: hue angle of 130º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C671 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 198 | 113 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.22 |
| HSL | 130º | 0.47% | 0.58% | - |
| HSV(B) | 130º | 0.52% | 0.78% | - |
| XYZ | 28 | 44.07 | 22.65 | - |
| YUV | 157.81 | 102.71 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 198 | 113 | 0.52 | 0 | 0.43 | 0.22 | 130 | 0.47 | 0.58 |
| Hex | 60 | C6 | 71 | 34 | 0 | 2B | 16 | 82 | 2F | 3A |
| Octal | 140 | 306 | 161 | 64 | 0 | 53 | 26 | 202 | 57 | 72 |
| Binary | 1100000 | 11000110 | 1110001 | 110100 | 0 | 101011 | 10110 | 10000010 | 101111 | 111010 |
Color Harmonies of #60C671
Complementary color
Monochromatic Colors of #60C671
Black with #60C671
Text Example
Text Example
White with #60C671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C671; }
p { color: rgb(96,198,113); }
H1.HeaderClassName
{
color: #60C671;
}
.AnyTagClassName
{
color: #60C671;
}
</style>
background-color css
<style>
a { background-color: #60C671; }
a { background-color: rgb(96,198,113); }
div.DivClassName
{
background-color: #60C671;
}
.BgClassName
{
background-color: #60C671;
}
</style>
border-color css
<style>
span { border-color: #60C671; }
span { border-color: rgb(96,198,113); }
td.TdClassName
{
border-color: #60C671;
}
.TagClassName
{
border-color: #60C671;
}
</style>