Shades of Fern #55C059
Tints of Fern #55C059
RGB
CMYK
RGB Variations
Color information
#55C059 (or 0x55C059) is known color: Fern. HEX triplet: 55, C0 and 59. RGB value is (85,192,89). Sum of RGB (Red+Green+Blue) = 85+192+89=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #55C059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C059 is #AA3FA6. Grayscale: #949494. Windows color (decimal): -11157415 or 5881941. OLE color: 5881941.
HSL color Cylindrical-coordinate representation of color #55C059: hue angle of 122.24º 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 #55C059 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 89 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.25 |
| HSL | 122.24º | 0.46% | 0.54% | - |
| HSV(B) | 122.24º | 0.56% | 0.75% | - |
| XYZ | 24.4 | 40.35 | 15.95 | - |
| YUV | 148.27 | 94.55 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 89 | 0.56 | 0 | 0.54 | 0.25 | 122.24 | 0.46 | 0.54 |
| Hex | 55 | C0 | 59 | 38 | 0 | 36 | 19 | 7A | 2E | 36 |
| Octal | 125 | 300 | 131 | 70 | 0 | 66 | 31 | 172 | 56 | 66 |
| Binary | 1010101 | 11000000 | 1011001 | 111000 | 0 | 110110 | 11001 | 1111010 | 101110 | 110110 |
Color Harmonies of #55C059
Complementary color
Monochromatic Colors of #55C059
Black with #55C059
Text Example
Text Example
White with #55C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C059; }
p { color: rgb(85,192,89); }
H1.HeaderClassName
{
color: #55C059;
}
.AnyTagClassName
{
color: #55C059;
}
</style>
background-color css
<style>
a { background-color: #55C059; }
a { background-color: rgb(85,192,89); }
div.DivClassName
{
background-color: #55C059;
}
.BgClassName
{
background-color: #55C059;
}
</style>
border-color css
<style>
span { border-color: #55C059; }
span { border-color: rgb(85,192,89); }
td.TdClassName
{
border-color: #55C059;
}
.TagClassName
{
border-color: #55C059;
}
</style>