Shades of Fern #55B26C
Tints of Fern #55B26C
RGB
CMYK
RGB Variations
Color information
#55B26C (or 0x55B26C) is known color: Fern. HEX triplet: 55, B2 and 6C. RGB value is (85,178,108). Sum of RGB (Red+Green+Blue) = 85+178+108=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #55B26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B26C is #AA4D93. Grayscale: #8E8E8E. Windows color (decimal): -11160980 or 7123541. OLE color: 7123541.
HSL color Cylindrical-coordinate representation of color #55B26C: hue angle of 134.84º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B26C is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 108 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.30 |
| HSL | 134.84º | 0.38% | 0.52% | - |
| HSV(B) | 134.84º | 0.52% | 0.7% | - |
| XYZ | 22.37 | 34.85 | 19.74 | - |
| YUV | 142.21 | 108.69 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 108 | 0.52 | 0 | 0.39 | 0.30 | 134.84 | 0.38 | 0.52 |
| Hex | 55 | B2 | 6C | 34 | 0 | 27 | 1E | 87 | 26 | 34 |
| Octal | 125 | 262 | 154 | 64 | 0 | 47 | 36 | 207 | 46 | 64 |
| Binary | 1010101 | 10110010 | 1101100 | 110100 | 0 | 100111 | 11110 | 10000111 | 100110 | 110100 |
Color Harmonies of #55B26C
Complementary color
Monochromatic Colors of #55B26C
Black with #55B26C
Text Example
Text Example
White with #55B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B26C; }
p { color: rgb(85,178,108); }
H1.HeaderClassName
{
color: #55B26C;
}
.AnyTagClassName
{
color: #55B26C;
}
</style>
background-color css
<style>
a { background-color: #55B26C; }
a { background-color: rgb(85,178,108); }
div.DivClassName
{
background-color: #55B26C;
}
.BgClassName
{
background-color: #55B26C;
}
</style>
border-color css
<style>
span { border-color: #55B26C; }
span { border-color: rgb(85,178,108); }
td.TdClassName
{
border-color: #55B26C;
}
.TagClassName
{
border-color: #55B26C;
}
</style>