Shades of Fern #61BC5A
Tints of Fern #61BC5A
RGB
CMYK
RGB Variations
Color information
#61BC5A (or 0x61BC5A) is known color: Fern. HEX triplet: 61, BC and 5A. RGB value is (97,188,90). Sum of RGB (Red+Green+Blue) = 97+188+90=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BC5A is #9E43A5. Grayscale: #959595. Windows color (decimal): -10372006 or 5946465. OLE color: 5946465.
HSL color Cylindrical-coordinate representation of color #61BC5A: hue angle of 115.71º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61BC5A is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 188 | 90 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.26 |
| HSL | 115.71º | 0.42% | 0.55% | - |
| HSV(B) | 115.71º | 0.52% | 0.74% | - |
| XYZ | 24.76 | 39.25 | 15.94 | - |
| YUV | 149.62 | 94.35 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 90 | 0.48 | 0 | 0.52 | 0.26 | 115.71 | 0.42 | 0.55 |
| Hex | 61 | BC | 5A | 30 | 0 | 34 | 1A | 74 | 2A | 37 |
| Octal | 141 | 274 | 132 | 60 | 0 | 64 | 32 | 164 | 52 | 67 |
| Binary | 1100001 | 10111100 | 1011010 | 110000 | 0 | 110100 | 11010 | 1110100 | 101010 | 110111 |
Color Harmonies of #61BC5A
Complementary color
Monochromatic Colors of #61BC5A
Black with #61BC5A
Text Example
Text Example
White with #61BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BC5A; }
p { color: rgb(97,188,90); }
H1.HeaderClassName
{
color: #61BC5A;
}
.AnyTagClassName
{
color: #61BC5A;
}
</style>
background-color css
<style>
a { background-color: #61BC5A; }
a { background-color: rgb(97,188,90); }
div.DivClassName
{
background-color: #61BC5A;
}
.BgClassName
{
background-color: #61BC5A;
}
</style>
border-color css
<style>
span { border-color: #61BC5A; }
span { border-color: rgb(97,188,90); }
td.TdClassName
{
border-color: #61BC5A;
}
.TagClassName
{
border-color: #61BC5A;
}
</style>