Shades of Fern #55B563
Tints of Fern #55B563
RGB
CMYK
RGB Variations
Color information
#55B563 (or 0x55B563) is known color: Fern. HEX triplet: 55, B5 and 63. RGB value is (85,181,99). Sum of RGB (Red+Green+Blue) = 85+181+99=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #55B563 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B563 is #AA4A9C. Grayscale: #8F8F8F. Windows color (decimal): -11160221 or 6534485. OLE color: 6534485.
HSL color Cylindrical-coordinate representation of color #55B563: hue angle of 128.75º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B563 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 99 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.29 |
| HSL | 128.75º | 0.39% | 0.52% | - |
| HSV(B) | 128.75º | 0.53% | 0.71% | - |
| XYZ | 22.52 | 35.88 | 17.54 | - |
| YUV | 142.95 | 103.2 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 99 | 0.53 | 0 | 0.45 | 0.29 | 128.75 | 0.39 | 0.52 |
| Hex | 55 | B5 | 63 | 35 | 0 | 2D | 1D | 81 | 27 | 34 |
| Octal | 125 | 265 | 143 | 65 | 0 | 55 | 35 | 201 | 47 | 64 |
| Binary | 1010101 | 10110101 | 1100011 | 110101 | 0 | 101101 | 11101 | 10000001 | 100111 | 110100 |
Color Harmonies of #55B563
Complementary color
Monochromatic Colors of #55B563
Black with #55B563
Text Example
Text Example
White with #55B563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B563; }
p { color: rgb(85,181,99); }
H1.HeaderClassName
{
color: #55B563;
}
.AnyTagClassName
{
color: #55B563;
}
</style>
background-color css
<style>
a { background-color: #55B563; }
a { background-color: rgb(85,181,99); }
div.DivClassName
{
background-color: #55B563;
}
.BgClassName
{
background-color: #55B563;
}
</style>
border-color css
<style>
span { border-color: #55B563; }
span { border-color: rgb(85,181,99); }
td.TdClassName
{
border-color: #55B563;
}
.TagClassName
{
border-color: #55B563;
}
</style>