Shades of Fern #61CF64
Tints of Fern #61CF64
RGB
CMYK
RGB Variations
Color information
#61CF64 (or 0x61CF64) is known color: Fern. HEX triplet: 61, CF and 64. RGB value is (97,207,100). Sum of RGB (Red+Green+Blue) = 97+207+100=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CF64 is #9E309B. Grayscale: #A2A2A2. Windows color (decimal): -10367132 or 6606689. OLE color: 6606689.
HSL color Cylindrical-coordinate representation of color #61CF64: hue angle of 121.64º 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 #61CF64 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 100 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.19 |
| HSL | 121.64º | 0.53% | 0.6% | - |
| HSV(B) | 121.64º | 0.53% | 0.81% | - |
| XYZ | 29.54 | 48.09 | 19.78 | - |
| YUV | 161.91 | 93.06 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 100 | 0.53 | 0 | 0.52 | 0.19 | 121.64 | 0.53 | 0.6 |
| Hex | 61 | CF | 64 | 35 | 0 | 34 | 13 | 7A | 35 | 3C |
| Octal | 141 | 317 | 144 | 65 | 0 | 64 | 23 | 172 | 65 | 74 |
| Binary | 1100001 | 11001111 | 1100100 | 110101 | 0 | 110100 | 10011 | 1111010 | 110101 | 111100 |
Color Harmonies of #61CF64
Complementary color
Monochromatic Colors of #61CF64
Black with #61CF64
Text Example
Text Example
White with #61CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CF64; }
p { color: rgb(97,207,100); }
H1.HeaderClassName
{
color: #61CF64;
}
.AnyTagClassName
{
color: #61CF64;
}
</style>
background-color css
<style>
a { background-color: #61CF64; }
a { background-color: rgb(97,207,100); }
div.DivClassName
{
background-color: #61CF64;
}
.BgClassName
{
background-color: #61CF64;
}
</style>
border-color css
<style>
span { border-color: #61CF64; }
span { border-color: rgb(97,207,100); }
td.TdClassName
{
border-color: #61CF64;
}
.TagClassName
{
border-color: #61CF64;
}
</style>