Shades of Fern #55C965
Tints of Fern #55C965
RGB
CMYK
RGB Variations
Color information
#55C965 (or 0x55C965) is known color: Fern. HEX triplet: 55, C9 and 65. RGB value is (85,201,101). Sum of RGB (Red+Green+Blue) = 85+201+101=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #55C965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C965 is #AA369A. Grayscale: #9B9B9B. Windows color (decimal): -11155099 or 6670677. OLE color: 6670677.
HSL color Cylindrical-coordinate representation of color #55C965: hue angle of 128.28º 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 #55C965 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 101 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.21 |
| HSL | 128.28º | 0.52% | 0.56% | - |
| HSV(B) | 128.28º | 0.58% | 0.79% | - |
| XYZ | 26.98 | 44.64 | 19.51 | - |
| YUV | 154.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 101 | 0.58 | 0 | 0.50 | 0.21 | 128.28 | 0.52 | 0.56 |
| Hex | 55 | C9 | 65 | 3A | 0 | 32 | 15 | 80 | 34 | 38 |
| Octal | 125 | 311 | 145 | 72 | 0 | 62 | 25 | 200 | 64 | 70 |
| Binary | 1010101 | 11001001 | 1100101 | 111010 | 0 | 110010 | 10101 | 10000000 | 110100 | 111000 |
Color Harmonies of #55C965
Complementary color
Monochromatic Colors of #55C965
Black with #55C965
Text Example
Text Example
White with #55C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C965; }
p { color: rgb(85,201,101); }
H1.HeaderClassName
{
color: #55C965;
}
.AnyTagClassName
{
color: #55C965;
}
</style>
background-color css
<style>
a { background-color: #55C965; }
a { background-color: rgb(85,201,101); }
div.DivClassName
{
background-color: #55C965;
}
.BgClassName
{
background-color: #55C965;
}
</style>
border-color css
<style>
span { border-color: #55C965; }
span { border-color: rgb(85,201,101); }
td.TdClassName
{
border-color: #55C965;
}
.TagClassName
{
border-color: #55C965;
}
</style>