Shades of Fern #61CA6E
Tints of Fern #61CA6E
RGB
CMYK
RGB Variations
Color information
#61CA6E (or 0x61CA6E) is known color: Fern. HEX triplet: 61, CA and 6E. RGB value is (97,202,110). Sum of RGB (Red+Green+Blue) = 97+202+110=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA6E is #9E3591. Grayscale: #A0A0A0. Windows color (decimal): -10368402 or 7260769. OLE color: 7260769.
HSL color Cylindrical-coordinate representation of color #61CA6E: hue angle of 127.43º 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 #61CA6E is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 110 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.21 |
| HSL | 127.43º | 0.5% | 0.59% | - |
| HSV(B) | 127.43º | 0.52% | 0.79% | - |
| XYZ | 28.86 | 45.91 | 22.09 | - |
| YUV | 160.12 | 99.71 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 110 | 0.52 | 0 | 0.46 | 0.21 | 127.43 | 0.5 | 0.59 |
| Hex | 61 | CA | 6E | 34 | 0 | 2E | 15 | 7F | 32 | 3B |
| Octal | 141 | 312 | 156 | 64 | 0 | 56 | 25 | 177 | 62 | 73 |
| Binary | 1100001 | 11001010 | 1101110 | 110100 | 0 | 101110 | 10101 | 1111111 | 110010 | 111011 |
Color Harmonies of #61CA6E
Complementary color
Monochromatic Colors of #61CA6E
Black with #61CA6E
Text Example
Text Example
White with #61CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA6E; }
p { color: rgb(97,202,110); }
H1.HeaderClassName
{
color: #61CA6E;
}
.AnyTagClassName
{
color: #61CA6E;
}
</style>
background-color css
<style>
a { background-color: #61CA6E; }
a { background-color: rgb(97,202,110); }
div.DivClassName
{
background-color: #61CA6E;
}
.BgClassName
{
background-color: #61CA6E;
}
</style>
border-color css
<style>
span { border-color: #61CA6E; }
span { border-color: rgb(97,202,110); }
td.TdClassName
{
border-color: #61CA6E;
}
.TagClassName
{
border-color: #61CA6E;
}
</style>