Shades of Fern #60BD71
Tints of Fern #60BD71
RGB
CMYK
RGB Variations
Color information
#60BD71 (or 0x60BD71) is known color: Fern. HEX triplet: 60, BD and 71. RGB value is (96,189,113). Sum of RGB (Red+Green+Blue) = 96+189+113=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BD71 is #9F428E. Grayscale: #989898. Windows color (decimal): -10437263 or 7454048. OLE color: 7454048.
HSL color Cylindrical-coordinate representation of color #60BD71: hue angle of 130.97º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BD71 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 189 | 113 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.26 |
| HSL | 130.97º | 0.41% | 0.56% | - |
| HSV(B) | 130.97º | 0.49% | 0.74% | - |
| XYZ | 26 | 40.07 | 21.99 | - |
| YUV | 152.53 | 105.69 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 113 | 0.49 | 0 | 0.40 | 0.26 | 130.97 | 0.41 | 0.56 |
| Hex | 60 | BD | 71 | 31 | 0 | 28 | 1A | 83 | 29 | 38 |
| Octal | 140 | 275 | 161 | 61 | 0 | 50 | 32 | 203 | 51 | 70 |
| Binary | 1100000 | 10111101 | 1110001 | 110001 | 0 | 101000 | 11010 | 10000011 | 101001 | 111000 |
Color Harmonies of #60BD71
Complementary color
Monochromatic Colors of #60BD71
Black with #60BD71
Text Example
Text Example
White with #60BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BD71; }
p { color: rgb(96,189,113); }
H1.HeaderClassName
{
color: #60BD71;
}
.AnyTagClassName
{
color: #60BD71;
}
</style>
background-color css
<style>
a { background-color: #60BD71; }
a { background-color: rgb(96,189,113); }
div.DivClassName
{
background-color: #60BD71;
}
.BgClassName
{
background-color: #60BD71;
}
</style>
border-color css
<style>
span { border-color: #60BD71; }
span { border-color: rgb(96,189,113); }
td.TdClassName
{
border-color: #60BD71;
}
.TagClassName
{
border-color: #60BD71;
}
</style>