Shades of Fern #55D45C
Tints of Fern #55D45C
RGB
CMYK
RGB Variations
Color information
#55D45C (or 0x55D45C) is known color: Fern. HEX triplet: 55, D4 and 5C. RGB value is (85,212,92). Sum of RGB (Red+Green+Blue) = 85+212+92=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 212 (83.20% from 255 or 54.50% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 212 - color contains mainly: green. Hex color #55D45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D45C is #AA2BA3. Grayscale: #A0A0A0. Windows color (decimal): -11152292 or 6083669. OLE color: 6083669.
HSL color Cylindrical-coordinate representation of color #55D45C: hue angle of 123.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D45C is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 92 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.17 |
| HSL | 123.31º | 0.6% | 0.58% | - |
| HSV(B) | 123.31º | 0.6% | 0.83% | - |
| XYZ | 29.22 | 49.79 | 18.2 | - |
| YUV | 160.35 | 89.42 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 92 | 0.60 | 0 | 0.57 | 0.17 | 123.31 | 0.6 | 0.58 |
| Hex | 55 | D4 | 5C | 3C | 0 | 39 | 11 | 7B | 3C | 3A |
| Octal | 125 | 324 | 134 | 74 | 0 | 71 | 21 | 173 | 74 | 72 |
| Binary | 1010101 | 11010100 | 1011100 | 111100 | 0 | 111001 | 10001 | 1111011 | 111100 | 111010 |
Color Harmonies of #55D45C
Complementary color
Monochromatic Colors of #55D45C
Black with #55D45C
Text Example
Text Example
White with #55D45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D45C; }
p { color: rgb(85,212,92); }
H1.HeaderClassName
{
color: #55D45C;
}
.AnyTagClassName
{
color: #55D45C;
}
</style>
background-color css
<style>
a { background-color: #55D45C; }
a { background-color: rgb(85,212,92); }
div.DivClassName
{
background-color: #55D45C;
}
.BgClassName
{
background-color: #55D45C;
}
</style>
border-color css
<style>
span { border-color: #55D45C; }
span { border-color: rgb(85,212,92); }
td.TdClassName
{
border-color: #55D45C;
}
.TagClassName
{
border-color: #55D45C;
}
</style>