Shades of Fern #60C369
Tints of Fern #60C369
RGB
CMYK
RGB Variations
Color information
#60C369 (or 0x60C369) is known color: Fern. HEX triplet: 60, C3 and 69. RGB value is (96,195,105). Sum of RGB (Red+Green+Blue) = 96+195+105=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #60C369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C369 is #9F3C96. Grayscale: #9B9B9B. Windows color (decimal): -10435735 or 6931296. OLE color: 6931296.
HSL color Cylindrical-coordinate representation of color #60C369: hue angle of 125.45º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C369 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 105 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.24 |
| HSL | 125.45º | 0.45% | 0.57% | - |
| HSV(B) | 125.45º | 0.51% | 0.76% | - |
| XYZ | 26.89 | 42.54 | 20.16 | - |
| YUV | 155.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 105 | 0.51 | 0 | 0.46 | 0.24 | 125.45 | 0.45 | 0.57 |
| Hex | 60 | C3 | 69 | 33 | 0 | 2E | 18 | 7D | 2D | 39 |
| Octal | 140 | 303 | 151 | 63 | 0 | 56 | 30 | 175 | 55 | 71 |
| Binary | 1100000 | 11000011 | 1101001 | 110011 | 0 | 101110 | 11000 | 1111101 | 101101 | 111001 |
Color Harmonies of #60C369
Complementary color
Monochromatic Colors of #60C369
Black with #60C369
Text Example
Text Example
White with #60C369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C369; }
p { color: rgb(96,195,105); }
H1.HeaderClassName
{
color: #60C369;
}
.AnyTagClassName
{
color: #60C369;
}
</style>
background-color css
<style>
a { background-color: #60C369; }
a { background-color: rgb(96,195,105); }
div.DivClassName
{
background-color: #60C369;
}
.BgClassName
{
background-color: #60C369;
}
</style>
border-color css
<style>
span { border-color: #60C369; }
span { border-color: rgb(96,195,105); }
td.TdClassName
{
border-color: #60C369;
}
.TagClassName
{
border-color: #60C369;
}
</style>