Shades of Fern #60CA63
Tints of Fern #60CA63
RGB
CMYK
RGB Variations
Color information
#60CA63 (or 0x60CA63) is known color: Fern. HEX triplet: 60, CA and 63. RGB value is (96,202,99). Sum of RGB (Red+Green+Blue) = 96+202+99=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA63 is #9F359C. Grayscale: #9E9E9E. Windows color (decimal): -10433949 or 6539872. OLE color: 6539872.
HSL color Cylindrical-coordinate representation of color #60CA63: hue angle of 121.7º 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 #60CA63 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 99 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.21 |
| HSL | 121.7º | 0.5% | 0.58% | - |
| HSV(B) | 121.7º | 0.52% | 0.79% | - |
| XYZ | 28.2 | 45.63 | 19.13 | - |
| YUV | 158.56 | 94.38 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 99 | 0.52 | 0 | 0.51 | 0.21 | 121.7 | 0.5 | 0.58 |
| Hex | 60 | CA | 63 | 34 | 0 | 33 | 15 | 7A | 32 | 3A |
| Octal | 140 | 312 | 143 | 64 | 0 | 63 | 25 | 172 | 62 | 72 |
| Binary | 1100000 | 11001010 | 1100011 | 110100 | 0 | 110011 | 10101 | 1111010 | 110010 | 111010 |
Color Harmonies of #60CA63
Complementary color
Monochromatic Colors of #60CA63
Black with #60CA63
Text Example
Text Example
White with #60CA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA63; }
p { color: rgb(96,202,99); }
H1.HeaderClassName
{
color: #60CA63;
}
.AnyTagClassName
{
color: #60CA63;
}
</style>
background-color css
<style>
a { background-color: #60CA63; }
a { background-color: rgb(96,202,99); }
div.DivClassName
{
background-color: #60CA63;
}
.BgClassName
{
background-color: #60CA63;
}
</style>
border-color css
<style>
span { border-color: #60CA63; }
span { border-color: rgb(96,202,99); }
td.TdClassName
{
border-color: #60CA63;
}
.TagClassName
{
border-color: #60CA63;
}
</style>