Shades of Fern #55C461
Tints of Fern #55C461
RGB
CMYK
RGB Variations
Color information
#55C461 (or 0x55C461) is known color: Fern. HEX triplet: 55, C4 and 61. RGB value is (85,196,97). Sum of RGB (Red+Green+Blue) = 85+196+97=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #55C461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C461 is #AA3B9E. Grayscale: #979797. Windows color (decimal): -11156383 or 6407253. OLE color: 6407253.
HSL color Cylindrical-coordinate representation of color #55C461: hue angle of 126.49º 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 #55C461 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 97 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.23 |
| HSL | 126.49º | 0.48% | 0.55% | - |
| HSV(B) | 126.49º | 0.57% | 0.77% | - |
| XYZ | 25.64 | 42.27 | 18.12 | - |
| YUV | 151.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 97 | 0.57 | 0 | 0.51 | 0.23 | 126.49 | 0.48 | 0.55 |
| Hex | 55 | C4 | 61 | 39 | 0 | 33 | 17 | 7E | 30 | 37 |
| Octal | 125 | 304 | 141 | 71 | 0 | 63 | 27 | 176 | 60 | 67 |
| Binary | 1010101 | 11000100 | 1100001 | 111001 | 0 | 110011 | 10111 | 1111110 | 110000 | 110111 |
Color Harmonies of #55C461
Complementary color
Monochromatic Colors of #55C461
Black with #55C461
Text Example
Text Example
White with #55C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C461; }
p { color: rgb(85,196,97); }
H1.HeaderClassName
{
color: #55C461;
}
.AnyTagClassName
{
color: #55C461;
}
</style>
background-color css
<style>
a { background-color: #55C461; }
a { background-color: rgb(85,196,97); }
div.DivClassName
{
background-color: #55C461;
}
.BgClassName
{
background-color: #55C461;
}
</style>
border-color css
<style>
span { border-color: #55C461; }
span { border-color: rgb(85,196,97); }
td.TdClassName
{
border-color: #55C461;
}
.TagClassName
{
border-color: #55C461;
}
</style>