Shades of Fern #61D162
Tints of Fern #61D162
RGB
CMYK
RGB Variations
Color information
#61D162 (or 0x61D162) is known color: Fern. HEX triplet: 61, D1 and 62. RGB value is (97,209,98). Sum of RGB (Red+Green+Blue) = 97+209+98=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #61D162 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D162 is #9E2E9D. Grayscale: #A3A3A3. Windows color (decimal): -10366622 or 6476129. OLE color: 6476129.
HSL color Cylindrical-coordinate representation of color #61D162: hue angle of 120.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D162 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 209 | 98 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.18 |
| HSL | 120.54º | 0.55% | 0.6% | - |
| HSV(B) | 120.54º | 0.54% | 0.82% | - |
| XYZ | 29.93 | 49.02 | 19.44 | - |
| YUV | 162.86 | 91.39 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 209 | 98 | 0.54 | 0 | 0.53 | 0.18 | 120.54 | 0.55 | 0.6 |
| Hex | 61 | D1 | 62 | 36 | 0 | 35 | 12 | 79 | 37 | 3C |
| Octal | 141 | 321 | 142 | 66 | 0 | 65 | 22 | 171 | 67 | 74 |
| Binary | 1100001 | 11010001 | 1100010 | 110110 | 0 | 110101 | 10010 | 1111001 | 110111 | 111100 |
Color Harmonies of #61D162
Complementary color
Monochromatic Colors of #61D162
Black with #61D162
Text Example
Text Example
White with #61D162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D162; }
p { color: rgb(97,209,98); }
H1.HeaderClassName
{
color: #61D162;
}
.AnyTagClassName
{
color: #61D162;
}
</style>
background-color css
<style>
a { background-color: #61D162; }
a { background-color: rgb(97,209,98); }
div.DivClassName
{
background-color: #61D162;
}
.BgClassName
{
background-color: #61D162;
}
</style>
border-color css
<style>
span { border-color: #61D162; }
span { border-color: rgb(97,209,98); }
td.TdClassName
{
border-color: #61D162;
}
.TagClassName
{
border-color: #61D162;
}
</style>