Shades of Fern #55B16A
Tints of Fern #55B16A
RGB
CMYK
RGB Variations
Color information
#55B16A (or 0x55B16A) is known color: Fern. HEX triplet: 55, B1 and 6A. RGB value is (85,177,106). Sum of RGB (Red+Green+Blue) = 85+177+106=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #55B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B16A is #AA4E95. Grayscale: #8D8D8D. Windows color (decimal): -11161238 or 6992213. OLE color: 6992213.
HSL color Cylindrical-coordinate representation of color #55B16A: hue angle of 133.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B16A is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 106 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.31 |
| HSL | 133.7º | 0.37% | 0.51% | - |
| HSV(B) | 133.7º | 0.52% | 0.69% | - |
| XYZ | 22.07 | 34.42 | 19.12 | - |
| YUV | 141.4 | 108.02 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 106 | 0.52 | 0 | 0.40 | 0.31 | 133.7 | 0.37 | 0.51 |
| Hex | 55 | B1 | 6A | 34 | 0 | 28 | 1F | 86 | 25 | 33 |
| Octal | 125 | 261 | 152 | 64 | 0 | 50 | 37 | 206 | 45 | 63 |
| Binary | 1010101 | 10110001 | 1101010 | 110100 | 0 | 101000 | 11111 | 10000110 | 100101 | 110011 |
Color Harmonies of #55B16A
Complementary color
Monochromatic Colors of #55B16A
Black with #55B16A
Text Example
Text Example
White with #55B16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B16A; }
p { color: rgb(85,177,106); }
H1.HeaderClassName
{
color: #55B16A;
}
.AnyTagClassName
{
color: #55B16A;
}
</style>
background-color css
<style>
a { background-color: #55B16A; }
a { background-color: rgb(85,177,106); }
div.DivClassName
{
background-color: #55B16A;
}
.BgClassName
{
background-color: #55B16A;
}
</style>
border-color css
<style>
span { border-color: #55B16A; }
span { border-color: rgb(85,177,106); }
td.TdClassName
{
border-color: #55B16A;
}
.TagClassName
{
border-color: #55B16A;
}
</style>