Shades of Fern #55C157
Tints of Fern #55C157
RGB
CMYK
RGB Variations
Color information
#55C157 (or 0x55C157) is known color: Fern. HEX triplet: 55, C1 and 57. RGB value is (85,193,87). Sum of RGB (Red+Green+Blue) = 85+193+87=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #55C157 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C157 is #AA3EA8. Grayscale: #949494. Windows color (decimal): -11157161 or 5751125. OLE color: 5751125.
HSL color Cylindrical-coordinate representation of color #55C157: hue angle of 121.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C157 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 87 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.24 |
| HSL | 121.11º | 0.47% | 0.55% | - |
| HSV(B) | 121.11º | 0.56% | 0.76% | - |
| XYZ | 24.54 | 40.76 | 15.59 | - |
| YUV | 148.62 | 93.22 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 87 | 0.56 | 0 | 0.55 | 0.24 | 121.11 | 0.47 | 0.55 |
| Hex | 55 | C1 | 57 | 38 | 0 | 37 | 18 | 79 | 2F | 37 |
| Octal | 125 | 301 | 127 | 70 | 0 | 67 | 30 | 171 | 57 | 67 |
| Binary | 1010101 | 11000001 | 1010111 | 111000 | 0 | 110111 | 11000 | 1111001 | 101111 | 110111 |
Color Harmonies of #55C157
Complementary color
Monochromatic Colors of #55C157
Black with #55C157
Text Example
Text Example
White with #55C157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C157; }
p { color: rgb(85,193,87); }
H1.HeaderClassName
{
color: #55C157;
}
.AnyTagClassName
{
color: #55C157;
}
</style>
background-color css
<style>
a { background-color: #55C157; }
a { background-color: rgb(85,193,87); }
div.DivClassName
{
background-color: #55C157;
}
.BgClassName
{
background-color: #55C157;
}
</style>
border-color css
<style>
span { border-color: #55C157; }
span { border-color: rgb(85,193,87); }
td.TdClassName
{
border-color: #55C157;
}
.TagClassName
{
border-color: #55C157;
}
</style>