Shades of Fern #55B266
Tints of Fern #55B266
RGB
CMYK
RGB Variations
Color information
#55B266 (or 0x55B266) is known color: Fern. HEX triplet: 55, B2 and 66. RGB value is (85,178,102). Sum of RGB (Red+Green+Blue) = 85+178+102=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #55B266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B266 is #AA4D99. Grayscale: #8D8D8D. Windows color (decimal): -11160986 or 6730325. OLE color: 6730325.
HSL color Cylindrical-coordinate representation of color #55B266: hue angle of 130.97º 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 #55B266 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 102 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.30 |
| HSL | 130.97º | 0.38% | 0.52% | - |
| HSV(B) | 130.97º | 0.52% | 0.7% | - |
| XYZ | 22.06 | 34.73 | 18.11 | - |
| YUV | 141.53 | 105.69 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 102 | 0.52 | 0 | 0.43 | 0.30 | 130.97 | 0.38 | 0.52 |
| Hex | 55 | B2 | 66 | 34 | 0 | 2B | 1E | 83 | 26 | 34 |
| Octal | 125 | 262 | 146 | 64 | 0 | 53 | 36 | 203 | 46 | 64 |
| Binary | 1010101 | 10110010 | 1100110 | 110100 | 0 | 101011 | 11110 | 10000011 | 100110 | 110100 |
Color Harmonies of #55B266
Complementary color
Monochromatic Colors of #55B266
Black with #55B266
Text Example
Text Example
White with #55B266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B266; }
p { color: rgb(85,178,102); }
H1.HeaderClassName
{
color: #55B266;
}
.AnyTagClassName
{
color: #55B266;
}
</style>
background-color css
<style>
a { background-color: #55B266; }
a { background-color: rgb(85,178,102); }
div.DivClassName
{
background-color: #55B266;
}
.BgClassName
{
background-color: #55B266;
}
</style>
border-color css
<style>
span { border-color: #55B266; }
span { border-color: rgb(85,178,102); }
td.TdClassName
{
border-color: #55B266;
}
.TagClassName
{
border-color: #55B266;
}
</style>