Shades of Fern #61D26C
Tints of Fern #61D26C
RGB
CMYK
RGB Variations
Color information
#61D26C (or 0x61D26C) is known color: Fern. HEX triplet: 61, D2 and 6C. RGB value is (97,210,108). Sum of RGB (Red+Green+Blue) = 97+210+108=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #61D26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D26C is #9E2D93. Grayscale: #A4A4A4. Windows color (decimal): -10366356 or 7131745. OLE color: 7131745.
HSL color Cylindrical-coordinate representation of color #61D26C: hue angle of 125.84º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D26C is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 210 | 108 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.18 |
| HSL | 125.84º | 0.56% | 0.6% | - |
| HSV(B) | 125.84º | 0.54% | 0.82% | - |
| XYZ | 30.68 | 49.72 | 22.17 | - |
| YUV | 164.59 | 96.06 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 108 | 0.54 | 0 | 0.49 | 0.18 | 125.84 | 0.56 | 0.6 |
| Hex | 61 | D2 | 6C | 36 | 0 | 31 | 12 | 7E | 38 | 3C |
| Octal | 141 | 322 | 154 | 66 | 0 | 61 | 22 | 176 | 70 | 74 |
| Binary | 1100001 | 11010010 | 1101100 | 110110 | 0 | 110001 | 10010 | 1111110 | 111000 | 111100 |
Color Harmonies of #61D26C
Complementary color
Monochromatic Colors of #61D26C
Black with #61D26C
Text Example
Text Example
White with #61D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D26C; }
p { color: rgb(97,210,108); }
H1.HeaderClassName
{
color: #61D26C;
}
.AnyTagClassName
{
color: #61D26C;
}
</style>
background-color css
<style>
a { background-color: #61D26C; }
a { background-color: rgb(97,210,108); }
div.DivClassName
{
background-color: #61D26C;
}
.BgClassName
{
background-color: #61D26C;
}
</style>
border-color css
<style>
span { border-color: #61D26C; }
span { border-color: rgb(97,210,108); }
td.TdClassName
{
border-color: #61D26C;
}
.TagClassName
{
border-color: #61D26C;
}
</style>