Shades of Fern #55B665
Tints of Fern #55B665
RGB
CMYK
RGB Variations
Color information
#55B665 (or 0x55B665) is known color: Fern. HEX triplet: 55, B6 and 65. RGB value is (85,182,101). Sum of RGB (Red+Green+Blue) = 85+182+101=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #55B665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B665 is #AA499A. Grayscale: #8F8F8F. Windows color (decimal): -11159963 or 6665813. OLE color: 6665813.
HSL color Cylindrical-coordinate representation of color #55B665: hue angle of 129.9º degrees, saturation: 0.4, 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 #55B665 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 182 | 101 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.29 |
| HSL | 129.9º | 0.4% | 0.52% | - |
| HSV(B) | 129.9º | 0.53% | 0.71% | - |
| XYZ | 22.82 | 36.33 | 18.12 | - |
| YUV | 143.76 | 103.86 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 182 | 101 | 0.53 | 0 | 0.45 | 0.29 | 129.9 | 0.4 | 0.52 |
| Hex | 55 | B6 | 65 | 35 | 0 | 2D | 1D | 82 | 28 | 34 |
| Octal | 125 | 266 | 145 | 65 | 0 | 55 | 35 | 202 | 50 | 64 |
| Binary | 1010101 | 10110110 | 1100101 | 110101 | 0 | 101101 | 11101 | 10000010 | 101000 | 110100 |
Color Harmonies of #55B665
Complementary color
Monochromatic Colors of #55B665
Black with #55B665
Text Example
Text Example
White with #55B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B665; }
p { color: rgb(85,182,101); }
H1.HeaderClassName
{
color: #55B665;
}
.AnyTagClassName
{
color: #55B665;
}
</style>
background-color css
<style>
a { background-color: #55B665; }
a { background-color: rgb(85,182,101); }
div.DivClassName
{
background-color: #55B665;
}
.BgClassName
{
background-color: #55B665;
}
</style>
border-color css
<style>
span { border-color: #55B665; }
span { border-color: rgb(85,182,101); }
td.TdClassName
{
border-color: #55B665;
}
.TagClassName
{
border-color: #55B665;
}
</style>