Shades of Fern #60CA64
Tints of Fern #60CA64
RGB
CMYK
RGB Variations
Color information
#60CA64 (or 0x60CA64) is known color: Fern. HEX triplet: 60, CA and 64. RGB value is (96,202,100). Sum of RGB (Red+Green+Blue) = 96+202+100=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA64 is #9F359B. Grayscale: #9E9E9E. Windows color (decimal): -10433948 or 6605408. OLE color: 6605408.
HSL color Cylindrical-coordinate representation of color #60CA64: hue angle of 122.26º 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 #60CA64 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 100 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.21 |
| HSL | 122.26º | 0.5% | 0.58% | - |
| HSV(B) | 122.26º | 0.52% | 0.79% | - |
| XYZ | 28.24 | 45.65 | 19.38 | - |
| YUV | 158.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 100 | 0.52 | 0 | 0.50 | 0.21 | 122.26 | 0.5 | 0.58 |
| Hex | 60 | CA | 64 | 34 | 0 | 32 | 15 | 7A | 32 | 3A |
| Octal | 140 | 312 | 144 | 64 | 0 | 62 | 25 | 172 | 62 | 72 |
| Binary | 1100000 | 11001010 | 1100100 | 110100 | 0 | 110010 | 10101 | 1111010 | 110010 | 111010 |
Color Harmonies of #60CA64
Complementary color
Monochromatic Colors of #60CA64
Black with #60CA64
Text Example
Text Example
White with #60CA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA64; }
p { color: rgb(96,202,100); }
H1.HeaderClassName
{
color: #60CA64;
}
.AnyTagClassName
{
color: #60CA64;
}
</style>
background-color css
<style>
a { background-color: #60CA64; }
a { background-color: rgb(96,202,100); }
div.DivClassName
{
background-color: #60CA64;
}
.BgClassName
{
background-color: #60CA64;
}
</style>
border-color css
<style>
span { border-color: #60CA64; }
span { border-color: rgb(96,202,100); }
td.TdClassName
{
border-color: #60CA64;
}
.TagClassName
{
border-color: #60CA64;
}
</style>