Shades of Fern #61CA5C
Tints of Fern #61CA5C
RGB
CMYK
RGB Variations
Color information
#61CA5C (or 0x61CA5C) is known color: Fern. HEX triplet: 61, CA and 5C. RGB value is (97,202,92). Sum of RGB (Red+Green+Blue) = 97+202+92=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA5C is #9E35A3. Grayscale: #9E9E9E. Windows color (decimal): -10368420 or 6081121. OLE color: 6081121.
HSL color Cylindrical-coordinate representation of color #61CA5C: hue angle of 117.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61CA5C is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 92 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.21 |
| HSL | 117.27º | 0.51% | 0.58% | - |
| HSV(B) | 117.27º | 0.54% | 0.79% | - |
| XYZ | 27.98 | 45.56 | 17.44 | - |
| YUV | 158.07 | 90.71 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 92 | 0.52 | 0 | 0.54 | 0.21 | 117.27 | 0.51 | 0.58 |
| Hex | 61 | CA | 5C | 34 | 0 | 36 | 15 | 75 | 33 | 3A |
| Octal | 141 | 312 | 134 | 64 | 0 | 66 | 25 | 165 | 63 | 72 |
| Binary | 1100001 | 11001010 | 1011100 | 110100 | 0 | 110110 | 10101 | 1110101 | 110011 | 111010 |
Color Harmonies of #61CA5C
Complementary color
Monochromatic Colors of #61CA5C
Black with #61CA5C
Text Example
Text Example
White with #61CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA5C; }
p { color: rgb(97,202,92); }
H1.HeaderClassName
{
color: #61CA5C;
}
.AnyTagClassName
{
color: #61CA5C;
}
</style>
background-color css
<style>
a { background-color: #61CA5C; }
a { background-color: rgb(97,202,92); }
div.DivClassName
{
background-color: #61CA5C;
}
.BgClassName
{
background-color: #61CA5C;
}
</style>
border-color css
<style>
span { border-color: #61CA5C; }
span { border-color: rgb(97,202,92); }
td.TdClassName
{
border-color: #61CA5C;
}
.TagClassName
{
border-color: #61CA5C;
}
</style>