Shades of Fern #55D258
Tints of Fern #55D258
RGB
CMYK
RGB Variations
Color information
#55D258 (or 0x55D258) is known color: Fern. HEX triplet: 55, D2 and 58. RGB value is (85,210,88). Sum of RGB (Red+Green+Blue) = 85+210+88=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #55D258 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D258 is #AA2DA7. Grayscale: #9F9F9F. Windows color (decimal): -11152808 or 5821013. OLE color: 5821013.
HSL color Cylindrical-coordinate representation of color #55D258: hue angle of 121.44º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D258 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 88 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.18 |
| HSL | 121.44º | 0.58% | 0.58% | - |
| HSV(B) | 121.44º | 0.6% | 0.82% | - |
| XYZ | 28.55 | 48.73 | 17.13 | - |
| YUV | 158.72 | 88.09 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 88 | 0.60 | 0 | 0.58 | 0.18 | 121.44 | 0.58 | 0.58 |
| Hex | 55 | D2 | 58 | 3C | 0 | 3A | 12 | 79 | 3A | 3A |
| Octal | 125 | 322 | 130 | 74 | 0 | 72 | 22 | 171 | 72 | 72 |
| Binary | 1010101 | 11010010 | 1011000 | 111100 | 0 | 111010 | 10010 | 1111001 | 111010 | 111010 |
Color Harmonies of #55D258
Complementary color
Monochromatic Colors of #55D258
Black with #55D258
Text Example
Text Example
White with #55D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D258; }
p { color: rgb(85,210,88); }
H1.HeaderClassName
{
color: #55D258;
}
.AnyTagClassName
{
color: #55D258;
}
</style>
background-color css
<style>
a { background-color: #55D258; }
a { background-color: rgb(85,210,88); }
div.DivClassName
{
background-color: #55D258;
}
.BgClassName
{
background-color: #55D258;
}
</style>
border-color css
<style>
span { border-color: #55D258; }
span { border-color: rgb(85,210,88); }
td.TdClassName
{
border-color: #55D258;
}
.TagClassName
{
border-color: #55D258;
}
</style>