Shades of Fern #55C467
Tints of Fern #55C467
RGB
CMYK
RGB Variations
Color information
#55C467 (or 0x55C467) is known color: Fern. HEX triplet: 55, C4 and 67. RGB value is (85,196,103). Sum of RGB (Red+Green+Blue) = 85+196+103=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #55C467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C467 is #AA3B98. Grayscale: #989898. Windows color (decimal): -11156377 or 6800469. OLE color: 6800469.
HSL color Cylindrical-coordinate representation of color #55C467: hue angle of 129.73º 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 #55C467 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 103 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.23 |
| HSL | 129.73º | 0.48% | 0.55% | - |
| HSV(B) | 129.73º | 0.57% | 0.77% | - |
| XYZ | 25.93 | 42.39 | 19.65 | - |
| YUV | 152.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 103 | 0.57 | 0 | 0.47 | 0.23 | 129.73 | 0.48 | 0.55 |
| Hex | 55 | C4 | 67 | 39 | 0 | 2F | 17 | 82 | 30 | 37 |
| Octal | 125 | 304 | 147 | 71 | 0 | 57 | 27 | 202 | 60 | 67 |
| Binary | 1010101 | 11000100 | 1100111 | 111001 | 0 | 101111 | 10111 | 10000010 | 110000 | 110111 |
Color Harmonies of #55C467
Complementary color
Monochromatic Colors of #55C467
Black with #55C467
Text Example
Text Example
White with #55C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C467; }
p { color: rgb(85,196,103); }
H1.HeaderClassName
{
color: #55C467;
}
.AnyTagClassName
{
color: #55C467;
}
</style>
background-color css
<style>
a { background-color: #55C467; }
a { background-color: rgb(85,196,103); }
div.DivClassName
{
background-color: #55C467;
}
.BgClassName
{
background-color: #55C467;
}
</style>
border-color css
<style>
span { border-color: #55C467; }
span { border-color: rgb(85,196,103); }
td.TdClassName
{
border-color: #55C467;
}
.TagClassName
{
border-color: #55C467;
}
</style>