Shades of Fern #55C061
Tints of Fern #55C061
RGB
CMYK
RGB Variations
Color information
#55C061 (or 0x55C061) is known color: Fern. HEX triplet: 55, C0 and 61. RGB value is (85,192,97). Sum of RGB (Red+Green+Blue) = 85+192+97=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #55C061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C061 is #AA3F9E. Grayscale: #959595. Windows color (decimal): -11157407 or 6406229. OLE color: 6406229.
HSL color Cylindrical-coordinate representation of color #55C061: hue angle of 126.73º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C061 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 97 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.25 |
| HSL | 126.73º | 0.46% | 0.54% | - |
| HSV(B) | 126.73º | 0.56% | 0.75% | - |
| XYZ | 24.75 | 40.49 | 17.82 | - |
| YUV | 149.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 97 | 0.56 | 0 | 0.49 | 0.25 | 126.73 | 0.46 | 0.54 |
| Hex | 55 | C0 | 61 | 38 | 0 | 31 | 19 | 7F | 2E | 36 |
| Octal | 125 | 300 | 141 | 70 | 0 | 61 | 31 | 177 | 56 | 66 |
| Binary | 1010101 | 11000000 | 1100001 | 111000 | 0 | 110001 | 11001 | 1111111 | 101110 | 110110 |
Color Harmonies of #55C061
Complementary color
Monochromatic Colors of #55C061
Black with #55C061
Text Example
Text Example
White with #55C061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C061; }
p { color: rgb(85,192,97); }
H1.HeaderClassName
{
color: #55C061;
}
.AnyTagClassName
{
color: #55C061;
}
</style>
background-color css
<style>
a { background-color: #55C061; }
a { background-color: rgb(85,192,97); }
div.DivClassName
{
background-color: #55C061;
}
.BgClassName
{
background-color: #55C061;
}
</style>
border-color css
<style>
span { border-color: #55C061; }
span { border-color: rgb(85,192,97); }
td.TdClassName
{
border-color: #55C061;
}
.TagClassName
{
border-color: #55C061;
}
</style>