Shades of Fern #55D25A
Tints of Fern #55D25A
RGB
CMYK
RGB Variations
Color information
#55D25A (or 0x55D25A) is known color: Fern. HEX triplet: 55, D2 and 5A. RGB value is (85,210,90). Sum of RGB (Red+Green+Blue) = 85+210+90=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 210 (82.42% from 255 or 54.55% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 210 - color contains mainly: green. Hex color #55D25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D25A is #AA2DA5. Grayscale: #9F9F9F. Windows color (decimal): -11152806 or 5952085. OLE color: 5952085.
HSL color Cylindrical-coordinate representation of color #55D25A: hue angle of 122.4º 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 #55D25A is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 90 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.18 |
| HSL | 122.4º | 0.58% | 0.58% | - |
| HSV(B) | 122.4º | 0.6% | 0.82% | - |
| XYZ | 28.64 | 48.76 | 17.58 | - |
| YUV | 158.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 90 | 0.60 | 0 | 0.57 | 0.18 | 122.4 | 0.58 | 0.58 |
| Hex | 55 | D2 | 5A | 3C | 0 | 39 | 12 | 7A | 3A | 3A |
| Octal | 125 | 322 | 132 | 74 | 0 | 71 | 22 | 172 | 72 | 72 |
| Binary | 1010101 | 11010010 | 1011010 | 111100 | 0 | 111001 | 10010 | 1111010 | 111010 | 111010 |
Color Harmonies of #55D25A
Complementary color
Monochromatic Colors of #55D25A
Black with #55D25A
Text Example
Text Example
White with #55D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D25A; }
p { color: rgb(85,210,90); }
H1.HeaderClassName
{
color: #55D25A;
}
.AnyTagClassName
{
color: #55D25A;
}
</style>
background-color css
<style>
a { background-color: #55D25A; }
a { background-color: rgb(85,210,90); }
div.DivClassName
{
background-color: #55D25A;
}
.BgClassName
{
background-color: #55D25A;
}
</style>
border-color css
<style>
span { border-color: #55D25A; }
span { border-color: rgb(85,210,90); }
td.TdClassName
{
border-color: #55D25A;
}
.TagClassName
{
border-color: #55D25A;
}
</style>