Shades of Fern #55C861
Tints of Fern #55C861
RGB
CMYK
RGB Variations
Color information
#55C861 (or 0x55C861) is known color: Fern. HEX triplet: 55, C8 and 61. RGB value is (85,200,97). Sum of RGB (Red+Green+Blue) = 85+200+97=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #55C861 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C861 is #AA379E. Grayscale: #9A9A9A. Windows color (decimal): -11155359 or 6408277. OLE color: 6408277.
HSL color Cylindrical-coordinate representation of color #55C861: hue angle of 126.26º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C861 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 97 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.22 |
| HSL | 126.26º | 0.51% | 0.56% | - |
| HSV(B) | 126.26º | 0.58% | 0.78% | - |
| XYZ | 26.56 | 44.1 | 18.42 | - |
| YUV | 153.87 | 95.9 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 97 | 0.58 | 0 | 0.52 | 0.22 | 126.26 | 0.51 | 0.56 |
| Hex | 55 | C8 | 61 | 3A | 0 | 34 | 16 | 7E | 33 | 38 |
| Octal | 125 | 310 | 141 | 72 | 0 | 64 | 26 | 176 | 63 | 70 |
| Binary | 1010101 | 11001000 | 1100001 | 111010 | 0 | 110100 | 10110 | 1111110 | 110011 | 111000 |
Color Harmonies of #55C861
Complementary color
Monochromatic Colors of #55C861
Black with #55C861
Text Example
Text Example
White with #55C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C861; }
p { color: rgb(85,200,97); }
H1.HeaderClassName
{
color: #55C861;
}
.AnyTagClassName
{
color: #55C861;
}
</style>
background-color css
<style>
a { background-color: #55C861; }
a { background-color: rgb(85,200,97); }
div.DivClassName
{
background-color: #55C861;
}
.BgClassName
{
background-color: #55C861;
}
</style>
border-color css
<style>
span { border-color: #55C861; }
span { border-color: rgb(85,200,97); }
td.TdClassName
{
border-color: #55C861;
}
.TagClassName
{
border-color: #55C861;
}
</style>