Shades of Fern #55C963
Tints of Fern #55C963
RGB
CMYK
RGB Variations
Color information
#55C963 (or 0x55C963) is known color: Fern. HEX triplet: 55, C9 and 63. RGB value is (85,201,99). Sum of RGB (Red+Green+Blue) = 85+201+99=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #55C963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C963 is #AA369C. Grayscale: #9A9A9A. Windows color (decimal): -11155101 or 6539605. OLE color: 6539605.
HSL color Cylindrical-coordinate representation of color #55C963: hue angle of 127.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C963 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 99 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.21 |
| HSL | 127.24º | 0.52% | 0.56% | - |
| HSV(B) | 127.24º | 0.58% | 0.79% | - |
| XYZ | 26.89 | 44.61 | 19 | - |
| YUV | 154.69 | 96.57 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 99 | 0.58 | 0 | 0.51 | 0.21 | 127.24 | 0.52 | 0.56 |
| Hex | 55 | C9 | 63 | 3A | 0 | 33 | 15 | 7F | 34 | 38 |
| Octal | 125 | 311 | 143 | 72 | 0 | 63 | 25 | 177 | 64 | 70 |
| Binary | 1010101 | 11001001 | 1100011 | 111010 | 0 | 110011 | 10101 | 1111111 | 110100 | 111000 |
Color Harmonies of #55C963
Complementary color
Monochromatic Colors of #55C963
Black with #55C963
Text Example
Text Example
White with #55C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C963; }
p { color: rgb(85,201,99); }
H1.HeaderClassName
{
color: #55C963;
}
.AnyTagClassName
{
color: #55C963;
}
</style>
background-color css
<style>
a { background-color: #55C963; }
a { background-color: rgb(85,201,99); }
div.DivClassName
{
background-color: #55C963;
}
.BgClassName
{
background-color: #55C963;
}
</style>
border-color css
<style>
span { border-color: #55C963; }
span { border-color: rgb(85,201,99); }
td.TdClassName
{
border-color: #55C963;
}
.TagClassName
{
border-color: #55C963;
}
</style>