Shades of Fern #61C45C
Tints of Fern #61C45C
RGB
CMYK
RGB Variations
Color information
#61C45C (or 0x61C45C) is known color: Fern. HEX triplet: 61, C4 and 5C. RGB value is (97,196,92). Sum of RGB (Red+Green+Blue) = 97+196+92=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #61C45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C45C is #9E3BA3. Grayscale: #9A9A9A. Windows color (decimal): -10369956 or 6079585. OLE color: 6079585.
HSL color Cylindrical-coordinate representation of color #61C45C: hue angle of 117.12º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61C45C is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 196 | 92 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.23 |
| HSL | 117.12º | 0.47% | 0.56% | - |
| HSV(B) | 117.12º | 0.53% | 0.77% | - |
| XYZ | 26.6 | 42.79 | 16.98 | - |
| YUV | 154.54 | 92.7 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 92 | 0.51 | 0 | 0.53 | 0.23 | 117.12 | 0.47 | 0.56 |
| Hex | 61 | C4 | 5C | 33 | 0 | 35 | 17 | 75 | 2F | 38 |
| Octal | 141 | 304 | 134 | 63 | 0 | 65 | 27 | 165 | 57 | 70 |
| Binary | 1100001 | 11000100 | 1011100 | 110011 | 0 | 110101 | 10111 | 1110101 | 101111 | 111000 |
Color Harmonies of #61C45C
Complementary color
Monochromatic Colors of #61C45C
Black with #61C45C
Text Example
Text Example
White with #61C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C45C; }
p { color: rgb(97,196,92); }
H1.HeaderClassName
{
color: #61C45C;
}
.AnyTagClassName
{
color: #61C45C;
}
</style>
background-color css
<style>
a { background-color: #61C45C; }
a { background-color: rgb(97,196,92); }
div.DivClassName
{
background-color: #61C45C;
}
.BgClassName
{
background-color: #61C45C;
}
</style>
border-color css
<style>
span { border-color: #61C45C; }
span { border-color: rgb(97,196,92); }
td.TdClassName
{
border-color: #61C45C;
}
.TagClassName
{
border-color: #61C45C;
}
</style>