Shades of Fern #60CB65
Tints of Fern #60CB65
RGB
CMYK
RGB Variations
Color information
#60CB65 (or 0x60CB65) is known color: Fern. HEX triplet: 60, CB and 65. RGB value is (96,203,101). Sum of RGB (Red+Green+Blue) = 96+203+101=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CB65 is #9F349A. Grayscale: #9F9F9F. Windows color (decimal): -10433691 or 6671200. OLE color: 6671200.
HSL color Cylindrical-coordinate representation of color #60CB65: hue angle of 122.8º 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 #60CB65 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 101 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.20 |
| HSL | 122.8º | 0.51% | 0.59% | - |
| HSV(B) | 122.8º | 0.53% | 0.8% | - |
| XYZ | 28.53 | 46.14 | 19.71 | - |
| YUV | 159.38 | 95.05 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 101 | 0.53 | 0 | 0.50 | 0.20 | 122.8 | 0.51 | 0.59 |
| Hex | 60 | CB | 65 | 35 | 0 | 32 | 14 | 7B | 33 | 3B |
| Octal | 140 | 313 | 145 | 65 | 0 | 62 | 24 | 173 | 63 | 73 |
| Binary | 1100000 | 11001011 | 1100101 | 110101 | 0 | 110010 | 10100 | 1111011 | 110011 | 111011 |
Color Harmonies of #60CB65
Complementary color
Monochromatic Colors of #60CB65
Black with #60CB65
Text Example
Text Example
White with #60CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB65; }
p { color: rgb(96,203,101); }
H1.HeaderClassName
{
color: #60CB65;
}
.AnyTagClassName
{
color: #60CB65;
}
</style>
background-color css
<style>
a { background-color: #60CB65; }
a { background-color: rgb(96,203,101); }
div.DivClassName
{
background-color: #60CB65;
}
.BgClassName
{
background-color: #60CB65;
}
</style>
border-color css
<style>
span { border-color: #60CB65; }
span { border-color: rgb(96,203,101); }
td.TdClassName
{
border-color: #60CB65;
}
.TagClassName
{
border-color: #60CB65;
}
</style>