Shades of Fern #60BD72
Tints of Fern #60BD72
RGB
CMYK
RGB Variations
Color information
#60BD72 (or 0x60BD72) is known color: Fern. HEX triplet: 60, BD and 72. RGB value is (96,189,114). Sum of RGB (Red+Green+Blue) = 96+189+114=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BD72 is #9F428D. Grayscale: #989898. Windows color (decimal): -10437262 or 7519584. OLE color: 7519584.
HSL color Cylindrical-coordinate representation of color #60BD72: hue angle of 131.61º 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 #60BD72 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 189 | 114 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.26 |
| HSL | 131.61º | 0.41% | 0.56% | - |
| HSV(B) | 131.61º | 0.49% | 0.74% | - |
| XYZ | 26.06 | 40.1 | 22.29 | - |
| YUV | 152.64 | 106.19 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 114 | 0.49 | 0 | 0.40 | 0.26 | 131.61 | 0.41 | 0.56 |
| Hex | 60 | BD | 72 | 31 | 0 | 28 | 1A | 84 | 29 | 38 |
| Octal | 140 | 275 | 162 | 61 | 0 | 50 | 32 | 204 | 51 | 70 |
| Binary | 1100000 | 10111101 | 1110010 | 110001 | 0 | 101000 | 11010 | 10000100 | 101001 | 111000 |
Color Harmonies of #60BD72
Complementary color
Monochromatic Colors of #60BD72
Black with #60BD72
Text Example
Text Example
White with #60BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BD72; }
p { color: rgb(96,189,114); }
H1.HeaderClassName
{
color: #60BD72;
}
.AnyTagClassName
{
color: #60BD72;
}
</style>
background-color css
<style>
a { background-color: #60BD72; }
a { background-color: rgb(96,189,114); }
div.DivClassName
{
background-color: #60BD72;
}
.BgClassName
{
background-color: #60BD72;
}
</style>
border-color css
<style>
span { border-color: #60BD72; }
span { border-color: rgb(96,189,114); }
td.TdClassName
{
border-color: #60BD72;
}
.TagClassName
{
border-color: #60BD72;
}
</style>