Shades of Fern #60CA6A
Tints of Fern #60CA6A
RGB
CMYK
RGB Variations
Color information
#60CA6A (or 0x60CA6A) is known color: Fern. HEX triplet: 60, CA and 6A. RGB value is (96,202,106). Sum of RGB (Red+Green+Blue) = 96+202+106=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA6A is #9F3595. Grayscale: #9F9F9F. Windows color (decimal): -10433942 or 6998624. OLE color: 6998624.
HSL color Cylindrical-coordinate representation of color #60CA6A: hue angle of 125.66º 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 #60CA6A is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 106 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.21 |
| HSL | 125.66º | 0.5% | 0.58% | - |
| HSV(B) | 125.66º | 0.52% | 0.79% | - |
| XYZ | 28.55 | 45.77 | 20.97 | - |
| YUV | 159.36 | 97.88 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 106 | 0.52 | 0 | 0.48 | 0.21 | 125.66 | 0.5 | 0.58 |
| Hex | 60 | CA | 6A | 34 | 0 | 30 | 15 | 7E | 32 | 3A |
| Octal | 140 | 312 | 152 | 64 | 0 | 60 | 25 | 176 | 62 | 72 |
| Binary | 1100000 | 11001010 | 1101010 | 110100 | 0 | 110000 | 10101 | 1111110 | 110010 | 111010 |
Color Harmonies of #60CA6A
Complementary color
Monochromatic Colors of #60CA6A
Black with #60CA6A
Text Example
Text Example
White with #60CA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA6A; }
p { color: rgb(96,202,106); }
H1.HeaderClassName
{
color: #60CA6A;
}
.AnyTagClassName
{
color: #60CA6A;
}
</style>
background-color css
<style>
a { background-color: #60CA6A; }
a { background-color: rgb(96,202,106); }
div.DivClassName
{
background-color: #60CA6A;
}
.BgClassName
{
background-color: #60CA6A;
}
</style>
border-color css
<style>
span { border-color: #60CA6A; }
span { border-color: rgb(96,202,106); }
td.TdClassName
{
border-color: #60CA6A;
}
.TagClassName
{
border-color: #60CA6A;
}
</style>