Shades of Fern #61CF67
Tints of Fern #61CF67
RGB
CMYK
RGB Variations
Color information
#61CF67 (or 0x61CF67) is known color: Fern. HEX triplet: 61, CF and 67. RGB value is (97,207,103). Sum of RGB (Red+Green+Blue) = 97+207+103=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CF67 is #9E3098. Grayscale: #A2A2A2. Windows color (decimal): -10367129 or 6803297. OLE color: 6803297.
HSL color Cylindrical-coordinate representation of color #61CF67: hue angle of 123.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CF67 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 103 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.19 |
| HSL | 123.27º | 0.53% | 0.6% | - |
| HSV(B) | 123.27º | 0.53% | 0.81% | - |
| XYZ | 29.69 | 48.15 | 20.56 | - |
| YUV | 162.25 | 94.56 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 103 | 0.53 | 0 | 0.50 | 0.19 | 123.27 | 0.53 | 0.6 |
| Hex | 61 | CF | 67 | 35 | 0 | 32 | 13 | 7B | 35 | 3C |
| Octal | 141 | 317 | 147 | 65 | 0 | 62 | 23 | 173 | 65 | 74 |
| Binary | 1100001 | 11001111 | 1100111 | 110101 | 0 | 110010 | 10011 | 1111011 | 110101 | 111100 |
Color Harmonies of #61CF67
Complementary color
Monochromatic Colors of #61CF67
Black with #61CF67
Text Example
Text Example
White with #61CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CF67; }
p { color: rgb(97,207,103); }
H1.HeaderClassName
{
color: #61CF67;
}
.AnyTagClassName
{
color: #61CF67;
}
</style>
background-color css
<style>
a { background-color: #61CF67; }
a { background-color: rgb(97,207,103); }
div.DivClassName
{
background-color: #61CF67;
}
.BgClassName
{
background-color: #61CF67;
}
</style>
border-color css
<style>
span { border-color: #61CF67; }
span { border-color: rgb(97,207,103); }
td.TdClassName
{
border-color: #61CF67;
}
.TagClassName
{
border-color: #61CF67;
}
</style>