Shades of Fern #55BC66
Tints of Fern #55BC66
RGB
CMYK
RGB Variations
Color information
#55BC66 (or 0x55BC66) is known color: Fern. HEX triplet: 55, BC and 66. RGB value is (85,188,102). Sum of RGB (Red+Green+Blue) = 85+188+102=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC66 is #AA4399. Grayscale: #939393. Windows color (decimal): -11158426 or 6732885. OLE color: 6732885.
HSL color Cylindrical-coordinate representation of color #55BC66: hue angle of 129.9º 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 #55BC66 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 102 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.26 |
| HSL | 129.9º | 0.43% | 0.54% | - |
| HSV(B) | 129.9º | 0.55% | 0.74% | - |
| XYZ | 24.13 | 38.86 | 18.8 | - |
| YUV | 147.4 | 102.38 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 102 | 0.55 | 0 | 0.46 | 0.26 | 129.9 | 0.43 | 0.54 |
| Hex | 55 | BC | 66 | 37 | 0 | 2E | 1A | 82 | 2B | 36 |
| Octal | 125 | 274 | 146 | 67 | 0 | 56 | 32 | 202 | 53 | 66 |
| Binary | 1010101 | 10111100 | 1100110 | 110111 | 0 | 101110 | 11010 | 10000010 | 101011 | 110110 |
Color Harmonies of #55BC66
Complementary color
Monochromatic Colors of #55BC66
Black with #55BC66
Text Example
Text Example
White with #55BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC66; }
p { color: rgb(85,188,102); }
H1.HeaderClassName
{
color: #55BC66;
}
.AnyTagClassName
{
color: #55BC66;
}
</style>
background-color css
<style>
a { background-color: #55BC66; }
a { background-color: rgb(85,188,102); }
div.DivClassName
{
background-color: #55BC66;
}
.BgClassName
{
background-color: #55BC66;
}
</style>
border-color css
<style>
span { border-color: #55BC66; }
span { border-color: rgb(85,188,102); }
td.TdClassName
{
border-color: #55BC66;
}
.TagClassName
{
border-color: #55BC66;
}
</style>