Shades of Fern #55AC67
Tints of Fern #55AC67
RGB
CMYK
RGB Variations
Color information
#55AC67 (or 0x55AC67) is known color: Fern. HEX triplet: 55, AC and 67. RGB value is (85,172,103). Sum of RGB (Red+Green+Blue) = 85+172+103=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC67 is #AA5398. Grayscale: #8A8A8A. Windows color (decimal): -11162521 or 6794325. OLE color: 6794325.
HSL color Cylindrical-coordinate representation of color #55AC67: hue angle of 132.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AC67 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 103 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.33 |
| HSL | 132.41º | 0.34% | 0.5% | - |
| HSV(B) | 132.41º | 0.51% | 0.67% | - |
| XYZ | 20.95 | 32.42 | 17.98 | - |
| YUV | 138.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 103 | 0.51 | 0 | 0.40 | 0.33 | 132.41 | 0.34 | 0.5 |
| Hex | 55 | AC | 67 | 33 | 0 | 28 | 21 | 84 | 22 | 32 |
| Octal | 125 | 254 | 147 | 63 | 0 | 50 | 41 | 204 | 42 | 62 |
| Binary | 1010101 | 10101100 | 1100111 | 110011 | 0 | 101000 | 100001 | 10000100 | 100010 | 110010 |
Color Harmonies of #55AC67
Complementary color
Monochromatic Colors of #55AC67
Black with #55AC67
Text Example
Text Example
White with #55AC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC67; }
p { color: rgb(85,172,103); }
H1.HeaderClassName
{
color: #55AC67;
}
.AnyTagClassName
{
color: #55AC67;
}
</style>
background-color css
<style>
a { background-color: #55AC67; }
a { background-color: rgb(85,172,103); }
div.DivClassName
{
background-color: #55AC67;
}
.BgClassName
{
background-color: #55AC67;
}
</style>
border-color css
<style>
span { border-color: #55AC67; }
span { border-color: rgb(85,172,103); }
td.TdClassName
{
border-color: #55AC67;
}
.TagClassName
{
border-color: #55AC67;
}
</style>