Shades of Fern #60BC72
Tints of Fern #60BC72
RGB
CMYK
RGB Variations
Color information
#60BC72 (or 0x60BC72) is known color: Fern. HEX triplet: 60, BC and 72. RGB value is (96,188,114). Sum of RGB (Red+Green+Blue) = 96+188+114=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC72 is #9F438D. Grayscale: #989898. Windows color (decimal): -10437518 or 7519328. OLE color: 7519328.
HSL color Cylindrical-coordinate representation of color #60BC72: hue angle of 131.74º 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 #60BC72 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 114 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.26 |
| HSL | 131.74º | 0.41% | 0.56% | - |
| HSV(B) | 131.74º | 0.49% | 0.74% | - |
| XYZ | 25.84 | 39.67 | 22.21 | - |
| YUV | 152.06 | 106.52 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 114 | 0.49 | 0 | 0.39 | 0.26 | 131.74 | 0.41 | 0.56 |
| Hex | 60 | BC | 72 | 31 | 0 | 27 | 1A | 84 | 29 | 38 |
| Octal | 140 | 274 | 162 | 61 | 0 | 47 | 32 | 204 | 51 | 70 |
| Binary | 1100000 | 10111100 | 1110010 | 110001 | 0 | 100111 | 11010 | 10000100 | 101001 | 111000 |
Color Harmonies of #60BC72
Complementary color
Monochromatic Colors of #60BC72
Black with #60BC72
Text Example
Text Example
White with #60BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC72; }
p { color: rgb(96,188,114); }
H1.HeaderClassName
{
color: #60BC72;
}
.AnyTagClassName
{
color: #60BC72;
}
</style>
background-color css
<style>
a { background-color: #60BC72; }
a { background-color: rgb(96,188,114); }
div.DivClassName
{
background-color: #60BC72;
}
.BgClassName
{
background-color: #60BC72;
}
</style>
border-color css
<style>
span { border-color: #60BC72; }
span { border-color: rgb(96,188,114); }
td.TdClassName
{
border-color: #60BC72;
}
.TagClassName
{
border-color: #60BC72;
}
</style>