Shades of Fern #55BC6B
Tints of Fern #55BC6B
RGB
CMYK
RGB Variations
Color information
#55BC6B (or 0x55BC6B) is known color: Fern. HEX triplet: 55, BC and 6B. RGB value is (85,188,107). Sum of RGB (Red+Green+Blue) = 85+188+107=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC6B is #AA4394. Grayscale: #949494. Windows color (decimal): -11158421 or 7060565. OLE color: 7060565.
HSL color Cylindrical-coordinate representation of color #55BC6B: hue angle of 132.82º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC6B is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 107 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.26 |
| HSL | 132.82º | 0.43% | 0.54% | - |
| HSV(B) | 132.82º | 0.55% | 0.74% | - |
| XYZ | 24.38 | 38.96 | 20.14 | - |
| YUV | 147.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 107 | 0.55 | 0 | 0.43 | 0.26 | 132.82 | 0.43 | 0.54 |
| Hex | 55 | BC | 6B | 37 | 0 | 2B | 1A | 85 | 2B | 36 |
| Octal | 125 | 274 | 153 | 67 | 0 | 53 | 32 | 205 | 53 | 66 |
| Binary | 1010101 | 10111100 | 1101011 | 110111 | 0 | 101011 | 11010 | 10000101 | 101011 | 110110 |
Color Harmonies of #55BC6B
Complementary color
Monochromatic Colors of #55BC6B
Black with #55BC6B
Text Example
Text Example
White with #55BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC6B; }
p { color: rgb(85,188,107); }
H1.HeaderClassName
{
color: #55BC6B;
}
.AnyTagClassName
{
color: #55BC6B;
}
</style>
background-color css
<style>
a { background-color: #55BC6B; }
a { background-color: rgb(85,188,107); }
div.DivClassName
{
background-color: #55BC6B;
}
.BgClassName
{
background-color: #55BC6B;
}
</style>
border-color css
<style>
span { border-color: #55BC6B; }
span { border-color: rgb(85,188,107); }
td.TdClassName
{
border-color: #55BC6B;
}
.TagClassName
{
border-color: #55BC6B;
}
</style>