Shades of Fern #60C96B
Tints of Fern #60C96B
RGB
CMYK
RGB Variations
Color information
#60C96B (or 0x60C96B) is known color: Fern. HEX triplet: 60, C9 and 6B. RGB value is (96,201,107). Sum of RGB (Red+Green+Blue) = 96+201+107=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #60C96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C96B is #9F3694. Grayscale: #9F9F9F. Windows color (decimal): -10434197 or 7063904. OLE color: 7063904.
HSL color Cylindrical-coordinate representation of color #60C96B: hue angle of 126.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C96B is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 107 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.21 |
| HSL | 126.29º | 0.49% | 0.58% | - |
| HSV(B) | 126.29º | 0.52% | 0.79% | - |
| XYZ | 28.36 | 45.32 | 21.16 | - |
| YUV | 158.89 | 98.71 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 107 | 0.52 | 0 | 0.47 | 0.21 | 126.29 | 0.49 | 0.58 |
| Hex | 60 | C9 | 6B | 34 | 0 | 2F | 15 | 7E | 31 | 3A |
| Octal | 140 | 311 | 153 | 64 | 0 | 57 | 25 | 176 | 61 | 72 |
| Binary | 1100000 | 11001001 | 1101011 | 110100 | 0 | 101111 | 10101 | 1111110 | 110001 | 111010 |
Color Harmonies of #60C96B
Complementary color
Monochromatic Colors of #60C96B
Black with #60C96B
Text Example
Text Example
White with #60C96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C96B; }
p { color: rgb(96,201,107); }
H1.HeaderClassName
{
color: #60C96B;
}
.AnyTagClassName
{
color: #60C96B;
}
</style>
background-color css
<style>
a { background-color: #60C96B; }
a { background-color: rgb(96,201,107); }
div.DivClassName
{
background-color: #60C96B;
}
.BgClassName
{
background-color: #60C96B;
}
</style>
border-color css
<style>
span { border-color: #60C96B; }
span { border-color: rgb(96,201,107); }
td.TdClassName
{
border-color: #60C96B;
}
.TagClassName
{
border-color: #60C96B;
}
</style>