Shades of Fern #55B76B
Tints of Fern #55B76B
RGB
CMYK
RGB Variations
Color information
#55B76B (or 0x55B76B) is known color: Fern. HEX triplet: 55, B7 and 6B. RGB value is (85,183,107). Sum of RGB (Red+Green+Blue) = 85+183+107=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #55B76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B76B is #AA4894. Grayscale: #919191. Windows color (decimal): -11159701 or 7059285. OLE color: 7059285.
HSL color Cylindrical-coordinate representation of color #55B76B: hue angle of 133.47º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B76B is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 107 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.28 |
| HSL | 133.47º | 0.4% | 0.53% | - |
| HSV(B) | 133.47º | 0.54% | 0.72% | - |
| XYZ | 23.33 | 36.86 | 19.79 | - |
| YUV | 145.03 | 106.53 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 107 | 0.54 | 0 | 0.42 | 0.28 | 133.47 | 0.4 | 0.53 |
| Hex | 55 | B7 | 6B | 36 | 0 | 2A | 1C | 85 | 28 | 35 |
| Octal | 125 | 267 | 153 | 66 | 0 | 52 | 34 | 205 | 50 | 65 |
| Binary | 1010101 | 10110111 | 1101011 | 110110 | 0 | 101010 | 11100 | 10000101 | 101000 | 110101 |
Color Harmonies of #55B76B
Complementary color
Monochromatic Colors of #55B76B
Black with #55B76B
Text Example
Text Example
White with #55B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B76B; }
p { color: rgb(85,183,107); }
H1.HeaderClassName
{
color: #55B76B;
}
.AnyTagClassName
{
color: #55B76B;
}
</style>
background-color css
<style>
a { background-color: #55B76B; }
a { background-color: rgb(85,183,107); }
div.DivClassName
{
background-color: #55B76B;
}
.BgClassName
{
background-color: #55B76B;
}
</style>
border-color css
<style>
span { border-color: #55B76B; }
span { border-color: rgb(85,183,107); }
td.TdClassName
{
border-color: #55B76B;
}
.TagClassName
{
border-color: #55B76B;
}
</style>