Shades of Fern #61C669
Tints of Fern #61C669
RGB
CMYK
RGB Variations
Color information
#61C669 (or 0x61C669) is known color: Fern. HEX triplet: 61, C6 and 69. RGB value is (97,198,105). Sum of RGB (Red+Green+Blue) = 97+198+105=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #61C669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C669 is #9E3996. Grayscale: #9D9D9D. Windows color (decimal): -10369431 or 6932065. OLE color: 6932065.
HSL color Cylindrical-coordinate representation of color #61C669: hue angle of 124.75º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C669 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 105 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.22 |
| HSL | 124.75º | 0.47% | 0.58% | - |
| HSV(B) | 124.75º | 0.51% | 0.78% | - |
| XYZ | 27.67 | 43.95 | 20.39 | - |
| YUV | 157.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 105 | 0.51 | 0 | 0.47 | 0.22 | 124.75 | 0.47 | 0.58 |
| Hex | 61 | C6 | 69 | 33 | 0 | 2F | 16 | 7D | 2F | 3A |
| Octal | 141 | 306 | 151 | 63 | 0 | 57 | 26 | 175 | 57 | 72 |
| Binary | 1100001 | 11000110 | 1101001 | 110011 | 0 | 101111 | 10110 | 1111101 | 101111 | 111010 |
Color Harmonies of #61C669
Complementary color
Monochromatic Colors of #61C669
Black with #61C669
Text Example
Text Example
White with #61C669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C669; }
p { color: rgb(97,198,105); }
H1.HeaderClassName
{
color: #61C669;
}
.AnyTagClassName
{
color: #61C669;
}
</style>
background-color css
<style>
a { background-color: #61C669; }
a { background-color: rgb(97,198,105); }
div.DivClassName
{
background-color: #61C669;
}
.BgClassName
{
background-color: #61C669;
}
</style>
border-color css
<style>
span { border-color: #61C669; }
span { border-color: rgb(97,198,105); }
td.TdClassName
{
border-color: #61C669;
}
.TagClassName
{
border-color: #61C669;
}
</style>