Shades of Fern #61B25F
Tints of Fern #61B25F
RGB
CMYK
RGB Variations
Color information
#61B25F (or 0x61B25F) is known color: Fern. HEX triplet: 61, B2 and 5F. RGB value is (97,178,95). Sum of RGB (Red+Green+Blue) = 97+178+95=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #61B25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B25F is #9E4DA0. Grayscale: #909090. Windows color (decimal): -10374561 or 6271585. OLE color: 6271585.
HSL color Cylindrical-coordinate representation of color #61B25F: hue angle of 118.55º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B25F is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 178 | 95 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.30 |
| HSL | 118.55º | 0.35% | 0.54% | - |
| HSV(B) | 118.55º | 0.47% | 0.7% | - |
| XYZ | 22.92 | 35.21 | 16.41 | - |
| YUV | 144.32 | 100.16 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 178 | 95 | 0.46 | 0 | 0.47 | 0.30 | 118.55 | 0.35 | 0.54 |
| Hex | 61 | B2 | 5F | 2E | 0 | 2F | 1E | 77 | 23 | 36 |
| Octal | 141 | 262 | 137 | 56 | 0 | 57 | 36 | 167 | 43 | 66 |
| Binary | 1100001 | 10110010 | 1011111 | 101110 | 0 | 101111 | 11110 | 1110111 | 100011 | 110110 |
Color Harmonies of #61B25F
Complementary color
Monochromatic Colors of #61B25F
Black with #61B25F
Text Example
Text Example
White with #61B25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B25F; }
p { color: rgb(97,178,95); }
H1.HeaderClassName
{
color: #61B25F;
}
.AnyTagClassName
{
color: #61B25F;
}
</style>
background-color css
<style>
a { background-color: #61B25F; }
a { background-color: rgb(97,178,95); }
div.DivClassName
{
background-color: #61B25F;
}
.BgClassName
{
background-color: #61B25F;
}
</style>
border-color css
<style>
span { border-color: #61B25F; }
span { border-color: rgb(97,178,95); }
td.TdClassName
{
border-color: #61B25F;
}
.TagClassName
{
border-color: #61B25F;
}
</style>