Shades of Fern #60CC65
Tints of Fern #60CC65
RGB
CMYK
RGB Variations
Color information
#60CC65 (or 0x60CC65) is known color: Fern. HEX triplet: 60, CC and 65. RGB value is (96,204,101). Sum of RGB (Red+Green+Blue) = 96+204+101=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CC65 is #9F339A. Grayscale: #A0A0A0. Windows color (decimal): -10433435 or 6671456. OLE color: 6671456.
HSL color Cylindrical-coordinate representation of color #60CC65: hue angle of 122.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CC65 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 101 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.2 |
| HSL | 122.78º | 0.51% | 0.59% | - |
| HSV(B) | 122.78º | 0.53% | 0.8% | - |
| XYZ | 28.77 | 46.61 | 19.79 | - |
| YUV | 159.97 | 94.72 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 101 | 0.53 | 0 | 0.50 | 0.2 | 122.78 | 0.51 | 0.59 |
| Hex | 60 | CC | 65 | 35 | 0 | 32 | 14 | 7B | 33 | 3B |
| Octal | 140 | 314 | 145 | 65 | 0 | 62 | 24 | 173 | 63 | 73 |
| Binary | 1100000 | 11001100 | 1100101 | 110101 | 0 | 110010 | 10100 | 1111011 | 110011 | 111011 |
Color Harmonies of #60CC65
Complementary color
Monochromatic Colors of #60CC65
Black with #60CC65
Text Example
Text Example
White with #60CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CC65; }
p { color: rgb(96,204,101); }
H1.HeaderClassName
{
color: #60CC65;
}
.AnyTagClassName
{
color: #60CC65;
}
</style>
background-color css
<style>
a { background-color: #60CC65; }
a { background-color: rgb(96,204,101); }
div.DivClassName
{
background-color: #60CC65;
}
.BgClassName
{
background-color: #60CC65;
}
</style>
border-color css
<style>
span { border-color: #60CC65; }
span { border-color: rgb(96,204,101); }
td.TdClassName
{
border-color: #60CC65;
}
.TagClassName
{
border-color: #60CC65;
}
</style>