Shades of Fern #60C764
Tints of Fern #60C764
RGB
CMYK
RGB Variations
Color information
#60C764 (or 0x60C764) is known color: Fern. HEX triplet: 60, C7 and 64. RGB value is (96,199,100). Sum of RGB (Red+Green+Blue) = 96+199+100=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #60C764 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C764 is #9F389B. Grayscale: #9D9D9D. Windows color (decimal): -10434716 or 6604640. OLE color: 6604640.
HSL color Cylindrical-coordinate representation of color #60C764: hue angle of 122.33º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C764 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 199 | 100 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.22 |
| HSL | 122.33º | 0.48% | 0.58% | - |
| HSV(B) | 122.33º | 0.52% | 0.78% | - |
| XYZ | 27.55 | 44.25 | 19.15 | - |
| YUV | 156.92 | 95.88 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 100 | 0.52 | 0 | 0.50 | 0.22 | 122.33 | 0.48 | 0.58 |
| Hex | 60 | C7 | 64 | 34 | 0 | 32 | 16 | 7A | 30 | 3A |
| Octal | 140 | 307 | 144 | 64 | 0 | 62 | 26 | 172 | 60 | 72 |
| Binary | 1100000 | 11000111 | 1100100 | 110100 | 0 | 110010 | 10110 | 1111010 | 110000 | 111010 |
Color Harmonies of #60C764
Complementary color
Monochromatic Colors of #60C764
Black with #60C764
Text Example
Text Example
White with #60C764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C764; }
p { color: rgb(96,199,100); }
H1.HeaderClassName
{
color: #60C764;
}
.AnyTagClassName
{
color: #60C764;
}
</style>
background-color css
<style>
a { background-color: #60C764; }
a { background-color: rgb(96,199,100); }
div.DivClassName
{
background-color: #60C764;
}
.BgClassName
{
background-color: #60C764;
}
</style>
border-color css
<style>
span { border-color: #60C764; }
span { border-color: rgb(96,199,100); }
td.TdClassName
{
border-color: #60C764;
}
.TagClassName
{
border-color: #60C764;
}
</style>