Shades of Fern #60C55A
Tints of Fern #60C55A
RGB
CMYK
RGB Variations
Color information
#60C55A (or 0x60C55A) is known color: Fern. HEX triplet: 60, C5 and 5A. RGB value is (96,197,90). Sum of RGB (Red+Green+Blue) = 96+197+90=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #60C55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C55A is #9F3AA5. Grayscale: #9A9A9A. Windows color (decimal): -10435238 or 5948768. OLE color: 5948768.
HSL color Cylindrical-coordinate representation of color #60C55A: hue angle of 116.64º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60C55A is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 197 | 90 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.23 |
| HSL | 116.64º | 0.48% | 0.56% | - |
| HSV(B) | 116.64º | 0.54% | 0.77% | - |
| XYZ | 26.64 | 43.16 | 16.6 | - |
| YUV | 154.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 197 | 90 | 0.51 | 0 | 0.54 | 0.23 | 116.64 | 0.48 | 0.56 |
| Hex | 60 | C5 | 5A | 33 | 0 | 36 | 17 | 75 | 30 | 38 |
| Octal | 140 | 305 | 132 | 63 | 0 | 66 | 27 | 165 | 60 | 70 |
| Binary | 1100000 | 11000101 | 1011010 | 110011 | 0 | 110110 | 10111 | 1110101 | 110000 | 111000 |
Color Harmonies of #60C55A
Complementary color
Monochromatic Colors of #60C55A
Black with #60C55A
Text Example
Text Example
White with #60C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C55A; }
p { color: rgb(96,197,90); }
H1.HeaderClassName
{
color: #60C55A;
}
.AnyTagClassName
{
color: #60C55A;
}
</style>
background-color css
<style>
a { background-color: #60C55A; }
a { background-color: rgb(96,197,90); }
div.DivClassName
{
background-color: #60C55A;
}
.BgClassName
{
background-color: #60C55A;
}
</style>
border-color css
<style>
span { border-color: #60C55A; }
span { border-color: rgb(96,197,90); }
td.TdClassName
{
border-color: #60C55A;
}
.TagClassName
{
border-color: #60C55A;
}
</style>