Shades of Fern #55C661
Tints of Fern #55C661
RGB
CMYK
RGB Variations
Color information
#55C661 (or 0x55C661) is known color: Fern. HEX triplet: 55, C6 and 61. RGB value is (85,198,97). Sum of RGB (Red+Green+Blue) = 85+198+97=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #55C661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C661 is #AA399E. Grayscale: #989898. Windows color (decimal): -11155871 or 6407765. OLE color: 6407765.
HSL color Cylindrical-coordinate representation of color #55C661: hue angle of 126.37º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C661 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 97 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.22 |
| HSL | 126.37º | 0.5% | 0.55% | - |
| HSV(B) | 126.37º | 0.57% | 0.78% | - |
| XYZ | 26.1 | 43.18 | 18.27 | - |
| YUV | 152.7 | 96.56 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 97 | 0.57 | 0 | 0.51 | 0.22 | 126.37 | 0.5 | 0.55 |
| Hex | 55 | C6 | 61 | 39 | 0 | 33 | 16 | 7E | 32 | 37 |
| Octal | 125 | 306 | 141 | 71 | 0 | 63 | 26 | 176 | 62 | 67 |
| Binary | 1010101 | 11000110 | 1100001 | 111001 | 0 | 110011 | 10110 | 1111110 | 110010 | 110111 |
Color Harmonies of #55C661
Complementary color
Monochromatic Colors of #55C661
Black with #55C661
Text Example
Text Example
White with #55C661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C661; }
p { color: rgb(85,198,97); }
H1.HeaderClassName
{
color: #55C661;
}
.AnyTagClassName
{
color: #55C661;
}
</style>
background-color css
<style>
a { background-color: #55C661; }
a { background-color: rgb(85,198,97); }
div.DivClassName
{
background-color: #55C661;
}
.BgClassName
{
background-color: #55C661;
}
</style>
border-color css
<style>
span { border-color: #55C661; }
span { border-color: rgb(85,198,97); }
td.TdClassName
{
border-color: #55C661;
}
.TagClassName
{
border-color: #55C661;
}
</style>