Shades of Fern #61BE5C
Tints of Fern #61BE5C
RGB
CMYK
RGB Variations
Color information
#61BE5C (or 0x61BE5C) is known color: Fern. HEX triplet: 61, BE and 5C. RGB value is (97,190,92). Sum of RGB (Red+Green+Blue) = 97+190+92=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BE5C is #9E41A3. Grayscale: #979797. Windows color (decimal): -10371492 or 6078049. OLE color: 6078049.
HSL color Cylindrical-coordinate representation of color #61BE5C: hue angle of 116.94º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61BE5C is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 190 | 92 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.25 |
| HSL | 116.94º | 0.43% | 0.55% | - |
| HSV(B) | 116.94º | 0.52% | 0.75% | - |
| XYZ | 25.27 | 40.14 | 16.54 | - |
| YUV | 151.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 92 | 0.49 | 0 | 0.52 | 0.25 | 116.94 | 0.43 | 0.55 |
| Hex | 61 | BE | 5C | 31 | 0 | 34 | 19 | 75 | 2B | 37 |
| Octal | 141 | 276 | 134 | 61 | 0 | 64 | 31 | 165 | 53 | 67 |
| Binary | 1100001 | 10111110 | 1011100 | 110001 | 0 | 110100 | 11001 | 1110101 | 101011 | 110111 |
Color Harmonies of #61BE5C
Complementary color
Monochromatic Colors of #61BE5C
Black with #61BE5C
Text Example
Text Example
White with #61BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BE5C; }
p { color: rgb(97,190,92); }
H1.HeaderClassName
{
color: #61BE5C;
}
.AnyTagClassName
{
color: #61BE5C;
}
</style>
background-color css
<style>
a { background-color: #61BE5C; }
a { background-color: rgb(97,190,92); }
div.DivClassName
{
background-color: #61BE5C;
}
.BgClassName
{
background-color: #61BE5C;
}
</style>
border-color css
<style>
span { border-color: #61BE5C; }
span { border-color: rgb(97,190,92); }
td.TdClassName
{
border-color: #61BE5C;
}
.TagClassName
{
border-color: #61BE5C;
}
</style>