Shades of Fern #55B268
Tints of Fern #55B268
RGB
CMYK
RGB Variations
Color information
#55B268 (or 0x55B268) is known color: Fern. HEX triplet: 55, B2 and 68. RGB value is (85,178,104). Sum of RGB (Red+Green+Blue) = 85+178+104=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #55B268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B268 is #AA4D97. Grayscale: #8D8D8D. Windows color (decimal): -11160984 or 6861397. OLE color: 6861397.
HSL color Cylindrical-coordinate representation of color #55B268: hue angle of 132.26º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B268 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 104 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.30 |
| HSL | 132.26º | 0.38% | 0.52% | - |
| HSV(B) | 132.26º | 0.52% | 0.7% | - |
| XYZ | 22.17 | 34.77 | 18.64 | - |
| YUV | 141.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 104 | 0.52 | 0 | 0.42 | 0.30 | 132.26 | 0.38 | 0.52 |
| Hex | 55 | B2 | 68 | 34 | 0 | 2A | 1E | 84 | 26 | 34 |
| Octal | 125 | 262 | 150 | 64 | 0 | 52 | 36 | 204 | 46 | 64 |
| Binary | 1010101 | 10110010 | 1101000 | 110100 | 0 | 101010 | 11110 | 10000100 | 100110 | 110100 |
Color Harmonies of #55B268
Complementary color
Monochromatic Colors of #55B268
Black with #55B268
Text Example
Text Example
White with #55B268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B268; }
p { color: rgb(85,178,104); }
H1.HeaderClassName
{
color: #55B268;
}
.AnyTagClassName
{
color: #55B268;
}
</style>
background-color css
<style>
a { background-color: #55B268; }
a { background-color: rgb(85,178,104); }
div.DivClassName
{
background-color: #55B268;
}
.BgClassName
{
background-color: #55B268;
}
</style>
border-color css
<style>
span { border-color: #55B268; }
span { border-color: rgb(85,178,104); }
td.TdClassName
{
border-color: #55B268;
}
.TagClassName
{
border-color: #55B268;
}
</style>