Shades of Fern #55C761
Tints of Fern #55C761
RGB
CMYK
RGB Variations
Color information
#55C761 (or 0x55C761) is known color: Fern. HEX triplet: 55, C7 and 61. RGB value is (85,199,97). Sum of RGB (Red+Green+Blue) = 85+199+97=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 199 (78.12% from 255 or 52.23% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 199 - color contains mainly: green. Hex color #55C761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C761 is #AA389E. Grayscale: #999999. Windows color (decimal): -11155615 or 6408021. OLE color: 6408021.
HSL color Cylindrical-coordinate representation of color #55C761: hue angle of 126.32º degrees, saturation: 0.5, 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 #55C761 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 97 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.22 |
| HSL | 126.32º | 0.5% | 0.56% | - |
| HSV(B) | 126.32º | 0.57% | 0.78% | - |
| XYZ | 26.33 | 43.64 | 18.35 | - |
| YUV | 153.29 | 96.23 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 97 | 0.57 | 0 | 0.51 | 0.22 | 126.32 | 0.5 | 0.56 |
| Hex | 55 | C7 | 61 | 39 | 0 | 33 | 16 | 7E | 32 | 38 |
| Octal | 125 | 307 | 141 | 71 | 0 | 63 | 26 | 176 | 62 | 70 |
| Binary | 1010101 | 11000111 | 1100001 | 111001 | 0 | 110011 | 10110 | 1111110 | 110010 | 111000 |
Color Harmonies of #55C761
Complementary color
Monochromatic Colors of #55C761
Black with #55C761
Text Example
Text Example
White with #55C761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C761; }
p { color: rgb(85,199,97); }
H1.HeaderClassName
{
color: #55C761;
}
.AnyTagClassName
{
color: #55C761;
}
</style>
background-color css
<style>
a { background-color: #55C761; }
a { background-color: rgb(85,199,97); }
div.DivClassName
{
background-color: #55C761;
}
.BgClassName
{
background-color: #55C761;
}
</style>
border-color css
<style>
span { border-color: #55C761; }
span { border-color: rgb(85,199,97); }
td.TdClassName
{
border-color: #55C761;
}
.TagClassName
{
border-color: #55C761;
}
</style>