Shades of Fern #55D25D
Tints of Fern #55D25D
RGB
CMYK
RGB Variations
Color information
#55D25D (or 0x55D25D) is known color: Fern. HEX triplet: 55, D2 and 5D. RGB value is (85,210,93). Sum of RGB (Red+Green+Blue) = 85+210+93=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #55D25D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D25D is #AA2DA2. Grayscale: #9F9F9F. Windows color (decimal): -11152803 or 6148693. OLE color: 6148693.
HSL color Cylindrical-coordinate representation of color #55D25D: hue angle of 123.84º 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 #55D25D is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 93 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.18 |
| HSL | 123.84º | 0.58% | 0.58% | - |
| HSV(B) | 123.84º | 0.6% | 0.82% | - |
| XYZ | 28.77 | 48.81 | 18.26 | - |
| YUV | 159.29 | 90.59 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 93 | 0.60 | 0 | 0.56 | 0.18 | 123.84 | 0.58 | 0.58 |
| Hex | 55 | D2 | 5D | 3C | 0 | 38 | 12 | 7C | 3A | 3A |
| Octal | 125 | 322 | 135 | 74 | 0 | 70 | 22 | 174 | 72 | 72 |
| Binary | 1010101 | 11010010 | 1011101 | 111100 | 0 | 111000 | 10010 | 1111100 | 111010 | 111010 |
Color Harmonies of #55D25D
Complementary color
Monochromatic Colors of #55D25D
Black with #55D25D
Text Example
Text Example
White with #55D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D25D; }
p { color: rgb(85,210,93); }
H1.HeaderClassName
{
color: #55D25D;
}
.AnyTagClassName
{
color: #55D25D;
}
</style>
background-color css
<style>
a { background-color: #55D25D; }
a { background-color: rgb(85,210,93); }
div.DivClassName
{
background-color: #55D25D;
}
.BgClassName
{
background-color: #55D25D;
}
</style>
border-color css
<style>
span { border-color: #55D25D; }
span { border-color: rgb(85,210,93); }
td.TdClassName
{
border-color: #55D25D;
}
.TagClassName
{
border-color: #55D25D;
}
</style>