Shades of Fern #60BC68
Tints of Fern #60BC68
RGB
CMYK
RGB Variations
Color information
#60BC68 (or 0x60BC68) is known color: Fern. HEX triplet: 60, BC and 68. RGB value is (96,188,104). Sum of RGB (Red+Green+Blue) = 96+188+104=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC68 is #9F4397. Grayscale: #979797. Windows color (decimal): -10437528 or 6863968. OLE color: 6863968.
HSL color Cylindrical-coordinate representation of color #60BC68: hue angle of 125.22º 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 #60BC68 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 104 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.26 |
| HSL | 125.22º | 0.41% | 0.56% | - |
| HSV(B) | 125.22º | 0.49% | 0.74% | - |
| XYZ | 25.31 | 39.45 | 19.38 | - |
| YUV | 150.92 | 101.52 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 104 | 0.49 | 0 | 0.45 | 0.26 | 125.22 | 0.41 | 0.56 |
| Hex | 60 | BC | 68 | 31 | 0 | 2D | 1A | 7D | 29 | 38 |
| Octal | 140 | 274 | 150 | 61 | 0 | 55 | 32 | 175 | 51 | 70 |
| Binary | 1100000 | 10111100 | 1101000 | 110001 | 0 | 101101 | 11010 | 1111101 | 101001 | 111000 |
Color Harmonies of #60BC68
Complementary color
Monochromatic Colors of #60BC68
Black with #60BC68
Text Example
Text Example
White with #60BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC68; }
p { color: rgb(96,188,104); }
H1.HeaderClassName
{
color: #60BC68;
}
.AnyTagClassName
{
color: #60BC68;
}
</style>
background-color css
<style>
a { background-color: #60BC68; }
a { background-color: rgb(96,188,104); }
div.DivClassName
{
background-color: #60BC68;
}
.BgClassName
{
background-color: #60BC68;
}
</style>
border-color css
<style>
span { border-color: #60BC68; }
span { border-color: rgb(96,188,104); }
td.TdClassName
{
border-color: #60BC68;
}
.TagClassName
{
border-color: #60BC68;
}
</style>