Shades of Fern #60CA69
Tints of Fern #60CA69
RGB
CMYK
RGB Variations
Color information
#60CA69 (or 0x60CA69) is known color: Fern. HEX triplet: 60, CA and 69. RGB value is (96,202,105). Sum of RGB (Red+Green+Blue) = 96+202+105=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA69 is #9F3596. Grayscale: #9F9F9F. Windows color (decimal): -10433943 or 6933088. OLE color: 6933088.
HSL color Cylindrical-coordinate representation of color #60CA69: hue angle of 125.09º 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 #60CA69 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 105 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.21 |
| HSL | 125.09º | 0.5% | 0.58% | - |
| HSV(B) | 125.09º | 0.52% | 0.79% | - |
| XYZ | 28.49 | 45.75 | 20.69 | - |
| YUV | 159.25 | 97.38 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 105 | 0.52 | 0 | 0.48 | 0.21 | 125.09 | 0.5 | 0.58 |
| Hex | 60 | CA | 69 | 34 | 0 | 30 | 15 | 7D | 32 | 3A |
| Octal | 140 | 312 | 151 | 64 | 0 | 60 | 25 | 175 | 62 | 72 |
| Binary | 1100000 | 11001010 | 1101001 | 110100 | 0 | 110000 | 10101 | 1111101 | 110010 | 111010 |
Color Harmonies of #60CA69
Complementary color
Monochromatic Colors of #60CA69
Black with #60CA69
Text Example
Text Example
White with #60CA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA69; }
p { color: rgb(96,202,105); }
H1.HeaderClassName
{
color: #60CA69;
}
.AnyTagClassName
{
color: #60CA69;
}
</style>
background-color css
<style>
a { background-color: #60CA69; }
a { background-color: rgb(96,202,105); }
div.DivClassName
{
background-color: #60CA69;
}
.BgClassName
{
background-color: #60CA69;
}
</style>
border-color css
<style>
span { border-color: #60CA69; }
span { border-color: rgb(96,202,105); }
td.TdClassName
{
border-color: #60CA69;
}
.TagClassName
{
border-color: #60CA69;
}
</style>