Shades of Fern #60CA61
Tints of Fern #60CA61
RGB
CMYK
RGB Variations
Color information
#60CA61 (or 0x60CA61) is known color: Fern. HEX triplet: 60, CA and 61. RGB value is (96,202,97). Sum of RGB (Red+Green+Blue) = 96+202+97=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA61 is #9F359E. Grayscale: #9E9E9E. Windows color (decimal): -10433951 or 6408800. OLE color: 6408800.
HSL color Cylindrical-coordinate representation of color #60CA61: hue angle of 120.57º degrees, saturation: 0.5, 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 #60CA61 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 97 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.21 |
| HSL | 120.57º | 0.5% | 0.58% | - |
| HSV(B) | 120.57º | 0.52% | 0.79% | - |
| XYZ | 28.1 | 45.59 | 18.63 | - |
| YUV | 158.34 | 93.38 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 97 | 0.52 | 0 | 0.52 | 0.21 | 120.57 | 0.5 | 0.58 |
| Hex | 60 | CA | 61 | 34 | 0 | 34 | 15 | 79 | 32 | 3A |
| Octal | 140 | 312 | 141 | 64 | 0 | 64 | 25 | 171 | 62 | 72 |
| Binary | 1100000 | 11001010 | 1100001 | 110100 | 0 | 110100 | 10101 | 1111001 | 110010 | 111010 |
Color Harmonies of #60CA61
Complementary color
Monochromatic Colors of #60CA61
Black with #60CA61
Text Example
Text Example
White with #60CA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA61; }
p { color: rgb(96,202,97); }
H1.HeaderClassName
{
color: #60CA61;
}
.AnyTagClassName
{
color: #60CA61;
}
</style>
background-color css
<style>
a { background-color: #60CA61; }
a { background-color: rgb(96,202,97); }
div.DivClassName
{
background-color: #60CA61;
}
.BgClassName
{
background-color: #60CA61;
}
</style>
border-color css
<style>
span { border-color: #60CA61; }
span { border-color: rgb(96,202,97); }
td.TdClassName
{
border-color: #60CA61;
}
.TagClassName
{
border-color: #60CA61;
}
</style>