Shades of Fern #61CA6D
Tints of Fern #61CA6D
RGB
CMYK
RGB Variations
Color information
#61CA6D (or 0x61CA6D) is known color: Fern. HEX triplet: 61, CA and 6D. RGB value is (97,202,109). Sum of RGB (Red+Green+Blue) = 97+202+109=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA6D is #9E3592. Grayscale: #A0A0A0. Windows color (decimal): -10368403 or 7195233. OLE color: 7195233.
HSL color Cylindrical-coordinate representation of color #61CA6D: hue angle of 126.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CA6D is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 109 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.21 |
| HSL | 126.86º | 0.5% | 0.59% | - |
| HSV(B) | 126.86º | 0.52% | 0.79% | - |
| XYZ | 28.81 | 45.89 | 21.81 | - |
| YUV | 160 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 109 | 0.52 | 0 | 0.46 | 0.21 | 126.86 | 0.5 | 0.59 |
| Hex | 61 | CA | 6D | 34 | 0 | 2E | 15 | 7F | 32 | 3B |
| Octal | 141 | 312 | 155 | 64 | 0 | 56 | 25 | 177 | 62 | 73 |
| Binary | 1100001 | 11001010 | 1101101 | 110100 | 0 | 101110 | 10101 | 1111111 | 110010 | 111011 |
Color Harmonies of #61CA6D
Complementary color
Monochromatic Colors of #61CA6D
Black with #61CA6D
Text Example
Text Example
White with #61CA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA6D; }
p { color: rgb(97,202,109); }
H1.HeaderClassName
{
color: #61CA6D;
}
.AnyTagClassName
{
color: #61CA6D;
}
</style>
background-color css
<style>
a { background-color: #61CA6D; }
a { background-color: rgb(97,202,109); }
div.DivClassName
{
background-color: #61CA6D;
}
.BgClassName
{
background-color: #61CA6D;
}
</style>
border-color css
<style>
span { border-color: #61CA6D; }
span { border-color: rgb(97,202,109); }
td.TdClassName
{
border-color: #61CA6D;
}
.TagClassName
{
border-color: #61CA6D;
}
</style>