Shades of Fern #55C459
Tints of Fern #55C459
RGB
CMYK
RGB Variations
Color information
#55C459 (or 0x55C459) is known color: Fern. HEX triplet: 55, C4 and 59. RGB value is (85,196,89). Sum of RGB (Red+Green+Blue) = 85+196+89=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 196 (76.95% from 255 or 52.97% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 196 - color contains mainly: green. Hex color #55C459 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C459 is #AA3BA6. Grayscale: #969696. Windows color (decimal): -11156391 or 5882965. OLE color: 5882965.
HSL color Cylindrical-coordinate representation of color #55C459: hue angle of 122.16º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C459 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 89 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.23 |
| HSL | 122.16º | 0.48% | 0.55% | - |
| HSV(B) | 122.16º | 0.57% | 0.77% | - |
| XYZ | 25.29 | 42.13 | 16.25 | - |
| YUV | 150.61 | 93.23 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 89 | 0.57 | 0 | 0.55 | 0.23 | 122.16 | 0.48 | 0.55 |
| Hex | 55 | C4 | 59 | 39 | 0 | 37 | 17 | 7A | 30 | 37 |
| Octal | 125 | 304 | 131 | 71 | 0 | 67 | 27 | 172 | 60 | 67 |
| Binary | 1010101 | 11000100 | 1011001 | 111001 | 0 | 110111 | 10111 | 1111010 | 110000 | 110111 |
Color Harmonies of #55C459
Complementary color
Monochromatic Colors of #55C459
Black with #55C459
Text Example
Text Example
White with #55C459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C459; }
p { color: rgb(85,196,89); }
H1.HeaderClassName
{
color: #55C459;
}
.AnyTagClassName
{
color: #55C459;
}
</style>
background-color css
<style>
a { background-color: #55C459; }
a { background-color: rgb(85,196,89); }
div.DivClassName
{
background-color: #55C459;
}
.BgClassName
{
background-color: #55C459;
}
</style>
border-color css
<style>
span { border-color: #55C459; }
span { border-color: rgb(85,196,89); }
td.TdClassName
{
border-color: #55C459;
}
.TagClassName
{
border-color: #55C459;
}
</style>