Shades of Fern #55BC62
Tints of Fern #55BC62
RGB
CMYK
RGB Variations
Color information
#55BC62 (or 0x55BC62) is known color: Fern. HEX triplet: 55, BC and 62. RGB value is (85,188,98). Sum of RGB (Red+Green+Blue) = 85+188+98=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC62 is #AA439D. Grayscale: #939393. Windows color (decimal): -11158430 or 6470741. OLE color: 6470741.
HSL color Cylindrical-coordinate representation of color #55BC62: hue angle of 127.57º 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 #55BC62 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 98 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.26 |
| HSL | 127.57º | 0.43% | 0.54% | - |
| HSV(B) | 127.57º | 0.55% | 0.74% | - |
| XYZ | 23.93 | 38.78 | 17.78 | - |
| YUV | 146.94 | 100.38 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 98 | 0.55 | 0 | 0.48 | 0.26 | 127.57 | 0.43 | 0.54 |
| Hex | 55 | BC | 62 | 37 | 0 | 30 | 1A | 80 | 2B | 36 |
| Octal | 125 | 274 | 142 | 67 | 0 | 60 | 32 | 200 | 53 | 66 |
| Binary | 1010101 | 10111100 | 1100010 | 110111 | 0 | 110000 | 11010 | 10000000 | 101011 | 110110 |
Color Harmonies of #55BC62
Complementary color
Monochromatic Colors of #55BC62
Black with #55BC62
Text Example
Text Example
White with #55BC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC62; }
p { color: rgb(85,188,98); }
H1.HeaderClassName
{
color: #55BC62;
}
.AnyTagClassName
{
color: #55BC62;
}
</style>
background-color css
<style>
a { background-color: #55BC62; }
a { background-color: rgb(85,188,98); }
div.DivClassName
{
background-color: #55BC62;
}
.BgClassName
{
background-color: #55BC62;
}
</style>
border-color css
<style>
span { border-color: #55BC62; }
span { border-color: rgb(85,188,98); }
td.TdClassName
{
border-color: #55BC62;
}
.TagClassName
{
border-color: #55BC62;
}
</style>