Shades of Fern #60C359
Tints of Fern #60C359
RGB
CMYK
RGB Variations
Color information
#60C359 (or 0x60C359) is known color: Fern. HEX triplet: 60, C3 and 59. RGB value is (96,195,89). Sum of RGB (Red+Green+Blue) = 96+195+89=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #60C359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C359 is #9F3CA6. Grayscale: #999999. Windows color (decimal): -10435751 or 5882720. OLE color: 5882720.
HSL color Cylindrical-coordinate representation of color #60C359: hue angle of 116.04º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60C359 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 89 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.24 |
| HSL | 116.04º | 0.47% | 0.56% | - |
| HSV(B) | 116.04º | 0.54% | 0.76% | - |
| XYZ | 26.14 | 42.24 | 16.23 | - |
| YUV | 153.32 | 91.7 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 89 | 0.51 | 0 | 0.54 | 0.24 | 116.04 | 0.47 | 0.56 |
| Hex | 60 | C3 | 59 | 33 | 0 | 36 | 18 | 74 | 2F | 38 |
| Octal | 140 | 303 | 131 | 63 | 0 | 66 | 30 | 164 | 57 | 70 |
| Binary | 1100000 | 11000011 | 1011001 | 110011 | 0 | 110110 | 11000 | 1110100 | 101111 | 111000 |
Color Harmonies of #60C359
Complementary color
Monochromatic Colors of #60C359
Black with #60C359
Text Example
Text Example
White with #60C359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C359; }
p { color: rgb(96,195,89); }
H1.HeaderClassName
{
color: #60C359;
}
.AnyTagClassName
{
color: #60C359;
}
</style>
background-color css
<style>
a { background-color: #60C359; }
a { background-color: rgb(96,195,89); }
div.DivClassName
{
background-color: #60C359;
}
.BgClassName
{
background-color: #60C359;
}
</style>
border-color css
<style>
span { border-color: #60C359; }
span { border-color: rgb(96,195,89); }
td.TdClassName
{
border-color: #60C359;
}
.TagClassName
{
border-color: #60C359;
}
</style>